Skip to content

Commit

Permalink
Change names of workflows and tasks
Browse files Browse the repository at this point in the history
Include audit.yml in paths to monitor
  • Loading branch information
hatchan committed Jun 21, 2024
1 parent 60eb932 commit a538dcd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ name: Audit
on:
push:
branches: ["**"]

paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/deny.toml"
- ".github/workflows/audit.yaml"

schedule:
- cron: "23 1 * * *"

workflow_dispatch:

jobs:
rust_audit:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test and build the project.
---
name: Build API
name: Build

on:
# Allow manual trigger
Expand All @@ -15,7 +15,7 @@ on:
branches: ["main"]

jobs:
build-rust:
build:
strategy:
matrix:
include:
Expand Down

0 comments on commit a538dcd

Please sign in to comment.