diff --git a/.github/workflows/security_audit.yml b/.github/workflows/security_audit.yml index 0e679b9fe..9ab06e92a 100644 --- a/.github/workflows/security_audit.yml +++ b/.github/workflows/security_audit.yml @@ -1,22 +1,14 @@ --- name: Security audit on: + pull_request: + paths: + - '**/Cargo.toml' + - '**/Cargo.lock' push: paths: - '**/Cargo.toml' - '**/Cargo.lock' -jobs: - security_audit: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/audit-check@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - ---- -name: Security audit [Daily] -on: schedule: - cron: '0 0 * * *' jobs: