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