Skip to content

Commit 91c7efd

Browse files
liuw1jyao1
authored andcommitted
Change schedule of cargo-deny to daily run
Signed-off-by: Wei Liu <[email protected]>
1 parent 66f0aaf commit 91c7efd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/deny.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: cargo-deny
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [ "main" ]
5+
pull_request:
6+
# The branches below must be a subset of the branches above
7+
branches: [ "main" ]
8+
schedule:
9+
- cron: '0 0 * * *'
10+
311
jobs:
412
cargo-deny:
513
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)