Update scan.yml
This commit is contained in:
parent
bdda708972
commit
0d34f7c77e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/scan.yml
vendored
4
.github/workflows/scan.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: build
|
||||
name: scan
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Scan the image regularly (once a day)
|
||||
- cron: '13 02 * * *'
|
||||
- cron: '45 02 * * *'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue