mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Adjust nightly schedule
This commit is contained in:
3
.github/workflows/action-schedule_master.yml
vendored
3
.github/workflows/action-schedule_master.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
|
||||
3
.github/workflows/action-schedule_tags.yml
vendored
3
.github/workflows/action-schedule_tags.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user