mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Try workflow_dispatch and schedule [ci skip]
This commit is contained in:
parent
70589e348e
commit
6b905d67df
4
.github/workflows/autoblack.yml
vendored
4
.github/workflows/autoblack.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user