Adjust nightly schedule

This commit is contained in:
cytopia
2022-04-01 02:04:07 +02:00
parent 0b6187fe37
commit 107b39f5a2
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ name: nightly
# -------------------------------------------------------------------------------------------------
on:
schedule:
- cron: '0 0 * * *'
# At 00:00 on Sunday, Tuesday, and Thursday
- cron: '0 0 * * 0,2,4'
workflow_dispatch:

View File

@@ -11,7 +11,8 @@ name: nightly
# -------------------------------------------------------------------------------------------------
on:
schedule:
- cron: '0 0 * * *'
# At 00:00 on Sunday, Tuesday, and Thursday
- cron: '0 0 * * 0,2,4'
workflow_dispatch: