Try workflow_dispatch and schedule [ci skip]

This commit is contained in:
Ines Montani 2021-07-02 17:45:27 +10:00
parent 70589e348e
commit 6b905d67df

View File

@ -3,9 +3,9 @@
name: autoblack
on:
# schedule:
# cron: '0 8 * * 5' # every Friday at 8am UTC
workflow_dispatch: # allow manual trigger
schedule:
cron: '0 8 * * 5' # every Friday at 8am UTC
jobs:
autoblack: