diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 9e1b3ab58..cc6307836 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -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 diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 5f4881271..94eaad420 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,6 +1,6 @@ # Test and build the project. --- -name: Build API +name: Build on: # Allow manual trigger @@ -15,7 +15,7 @@ on: branches: ["main"] jobs: - build-rust: + build: strategy: matrix: include: