mirror of
https://github.com/cave-story-randomizer/cave-story-randomizer
synced 2025-03-25 03:19:26 +00:00
allow manual daily workflow calls
This commit is contained in:
parent
f7190478cd
commit
c1d39f7296
2
.github/workflows/daily.yml
vendored
2
.github/workflows/daily.yml
vendored
|
@ -3,6 +3,7 @@ name: MALCO's Daily Challenge
|
|||
on:
|
||||
schedule:
|
||||
- cron: '53 15 * * *' # 9:53 AM, UTC-6
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
|
@ -28,7 +29,6 @@ jobs:
|
|||
luarocks install --server="http://luarocks.org/dev" lua-zip
|
||||
luarocks install love-release
|
||||
- name: Generate Daily
|
||||
if: github.event_name == 'schedule'
|
||||
env:
|
||||
WEBHOOK: ${{ secrets.WEBHOOK }}
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue