Skip to content

Commit 23de24e

Browse files
authored
Update schedule to every day (envoyproxy#208)
Temporarily update scheduled workflow to once per day to aid troubleshooting. Signed-off-by: rulex123 <[email protected]>
1 parent 7bb86c1 commit 23de24e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: scheduled
22
on:
33
schedule:
4-
# every Monday at 10
5-
- cron: '0 10 * * 1'
4+
# every day at 10
5+
- cron: '0 10 * * *'
66

77
jobs:
88
call-compare-envoy-versions-workflow:

0 commit comments

Comments
 (0)