Separate nightly workflows

This commit is contained in:
cytopia
2022-04-03 14:26:08 +02:00
parent 46faa83583
commit 17b98f785c
2 changed files with 4 additions and 4 deletions

View File

@@ -10,9 +10,9 @@ name: nightly
# When to run
# -------------------------------------------------------------------------------------------------
on:
# Nightly: At 00:00 on Sunday, Tuesday, and Thursday
# Nightly: At 00:00 on Monday, Wednesday, and Friday
schedule:
- cron: '0 0 * * 0,2,4'
- cron: '0 18 * * 1,3,5'
# Dispatch: allows for manual trigger via GH UI
workflow_dispatch:

View File

@@ -10,9 +10,9 @@ name: nightly
# When to run
# -------------------------------------------------------------------------------------------------
on:
# Nightly: At 00:00 on Sunday, Tuesday, and Thursday
# Nightly: At 18:00 on Sunday, Tuesday, and Thursday
schedule:
- cron: '0 0 * * 0,2,4'
- cron: '0 18 * * 0,2,4'
# Dispatch: allows for manual trigger via GH UI
workflow_dispatch: