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'
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 }}