diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 118008c..5b62966 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,11 +1,9 @@ name: Security audit on: - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' + schedule: + - cron: '0 0 * * *' jobs: - security_audit: + audit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1