Skip to content

Commit

Permalink
Change schedule of cargo-deny to daily run
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Liu <[email protected]>
  • Loading branch information
liuw1 committed Sep 9, 2024
1 parent a7ab6cc commit 53c507b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: cargo-deny
on: [push, pull_request]
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '0 0 * * *'

jobs:
cargo-deny:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 53c507b

Please sign in to comment.