allow manual daily workflow calls

This commit is contained in:
duncathan 2022-01-07 20:11:45 -06:00
parent f7190478cd
commit c1d39f7296
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ name: MALCO's Daily Challenge
on: on:
schedule: schedule:
- cron: '53 15 * * *' # 9:53 AM, UTC-6 - cron: '53 15 * * *' # 9:53 AM, UTC-6
workflow_dispatch:
jobs: jobs:
Build: Build:
@ -28,7 +29,6 @@ jobs:
luarocks install --server="http://luarocks.org/dev" lua-zip luarocks install --server="http://luarocks.org/dev" lua-zip
luarocks install love-release luarocks install love-release
- name: Generate Daily - name: Generate Daily
if: github.event_name == 'schedule'
env: env:
WEBHOOK: ${{ secrets.WEBHOOK }} WEBHOOK: ${{ secrets.WEBHOOK }}
run: | run: |