Skip to content

Commit 107b39f

Browse files
committed
Adjust nightly schedule
1 parent 0b6187f commit 107b39f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/action-schedule_master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ name: nightly
1111
# -------------------------------------------------------------------------------------------------
1212
on:
1313
schedule:
14-
- cron: '0 0 * * *'
14+
# At 00:00 on Sunday, Tuesday, and Thursday
15+
- cron: '0 0 * * 0,2,4'
1516
workflow_dispatch:
1617

1718

.github/workflows/action-schedule_tags.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ name: nightly
1111
# -------------------------------------------------------------------------------------------------
1212
on:
1313
schedule:
14-
- cron: '0 0 * * *'
14+
# At 00:00 on Sunday, Tuesday, and Thursday
15+
- cron: '0 0 * * 0,2,4'
1516
workflow_dispatch:
1617

1718

0 commit comments

Comments
 (0)