mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Test different workflow trigger [ci skip]
This commit is contained in:
parent
bbbaae0b5e
commit
2a5cbf1b0c
4
.github/workflows/autoblack.yml
vendored
4
.github/workflows/autoblack.yml
vendored
|
@ -3,8 +3,8 @@
|
|||
|
||||
name: autoblack
|
||||
on:
|
||||
schedule:
|
||||
cron: '0 8 * * 5' # every Friday at 8am UTC
|
||||
# schedule:
|
||||
# cron: '0 8 * * 5' # every Friday at 8am UTC
|
||||
workflow_dispatch: # allow manual trigger
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user