Skip to content

Commit 87e76b1

Browse files
committed
Add run every morning
1 parent 3c4d36d commit 87e76b1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/scan.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Scan all images
2-
on: workflow_dispatch
2+
on:
3+
- workflow_dispatch
4+
- schedule:
5+
- cron: '30 2 * * *'
36

47
jobs:
58
image_list:

0 commit comments

Comments
 (0)