Skip to content

Commit 0bed9cd

Browse files
added scheduler on workflow
Signed-off-by: msivasubramaniaan <msivasub@redhat.com>
1 parent e29093e commit 0bed9cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-crc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: check-crc
22

3-
on: [workflow_dispatch]
3+
on:
4+
schedule:
5+
- cron: "0 8 * * *"
46

57
jobs:
68
check-crc-repo:

0 commit comments

Comments
 (0)