Skip to content

Commit f92e753

Browse files
committed
change workflow scheduler
1 parent a0add59 commit f92e753

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/workflow-esa-challenge.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Run ESA Challenge
22

33
on:
44
schedule:
5-
# every 16th day of the month at 11am
6-
- cron: '00 11 16 * *'
7-
# every last week of the month at 1pm
8-
- cron: '00 13 25-31 * *'
5+
# every 15th day of the month at 3am
6+
- cron: '00 15 15 * *'
7+
# every last week of the month at 7pm
8+
- cron: '00 19 25-31 * *'
99
workflow_dispatch:
1010

1111
jobs:

0 commit comments

Comments
 (0)