mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
drop scheduled update
This commit is contained in:
parent
f977e745d8
commit
60169bf290
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
|
@ -9,9 +9,9 @@ on:
|
|||
default: 'othalan,algiz'
|
||||
type: string
|
||||
|
||||
schedule:
|
||||
# At minute 00:00 on Monday, Wednesday, and Friday.
|
||||
- cron: 0 0 * * 1,3,5
|
||||
# schedule:
|
||||
# # At minute 00:00 on Monday, Wednesday, and Friday.
|
||||
# - cron: 0 0 * * 1,3,5
|
||||
|
||||
env:
|
||||
hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }}
|
||||
|
|
Loading…
Reference in a new issue