ci(audit): fix multiple audit.yml flows spawning on same commit
Some checks failed
Security audit / security_audit (pull_request) Has been cancelled
Conventional Commits / Conventional Commits (pull_request) Successful in 11s

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-06 05:26:14 +02:00
parent c125b77683
commit 6ec1ba74a8
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE

View file

@ -7,11 +7,7 @@ on:
schedule:
- cron: '0 0 * * *'
push:
paths:
- '.github/workflows/audit.yml'
- '**/Cargo.toml'
- '**/Cargo.lock'
- 'deny.toml'
branches: [main]
pull_request:
branches: [main]
jobs: