drop scheduled update

This commit is contained in:
Daylin Morgan 2025-01-02 11:13:32 -07:00
parent f977e745d8
commit 60169bf290
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -9,9 +9,9 @@ on:
default: 'othalan,algiz' default: 'othalan,algiz'
type: string type: string
schedule: # schedule:
# At minute 00:00 on Monday, Wednesday, and Friday. # # At minute 00:00 on Monday, Wednesday, and Friday.
- cron: 0 0 * * 1,3,5 # - cron: 0 0 * * 1,3,5
env: env:
hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }} hosts: ${{ github.event_name == 'schedule' && 'othalan,algiz' || github.event.inputs.hosts }}