mirror of https://github.com/explosion/spaCy.git
Try workflow_dispatch and schedule [ci skip]
This commit is contained in:
parent
70589e348e
commit
6b905d67df
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
name: autoblack
|
name: autoblack
|
||||||
on:
|
on:
|
||||||
# schedule:
|
|
||||||
# cron: '0 8 * * 5' # every Friday at 8am UTC
|
|
||||||
workflow_dispatch: # allow manual trigger
|
workflow_dispatch: # allow manual trigger
|
||||||
|
schedule:
|
||||||
|
cron: '0 8 * * 5' # every Friday at 8am UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoblack:
|
autoblack:
|
||||||
|
|
Loading…
Reference in New Issue