Skip to content

Commit 17b98f7

Browse files
committed
Separate nightly workflows
1 parent 46faa83 commit 17b98f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/action-schedule_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: nightly
1010
# When to run
1111
# -------------------------------------------------------------------------------------------------
1212
on:
13-
# Nightly: At 00:00 on Sunday, Tuesday, and Thursday
13+
# Nightly: At 00:00 on Monday, Wednesday, and Friday
1414
schedule:
15-
- cron: '0 0 * * 0,2,4'
15+
- cron: '0 18 * * 1,3,5'
1616
# Dispatch: allows for manual trigger via GH UI
1717
workflow_dispatch:
1818

.github/workflows/action-schedule_tags.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: nightly
1010
# When to run
1111
# -------------------------------------------------------------------------------------------------
1212
on:
13-
# Nightly: At 00:00 on Sunday, Tuesday, and Thursday
13+
# Nightly: At 18:00 on Sunday, Tuesday, and Thursday
1414
schedule:
15-
- cron: '0 0 * * 0,2,4'
15+
- cron: '0 18 * * 0,2,4'
1616
# Dispatch: allows for manual trigger via GH UI
1717
workflow_dispatch:
1818

0 commit comments

Comments
 (0)