WIP: Add test for schedule not being cancelled
This commit is contained in:
parent
54f810c1df
commit
f48fa02916
3 changed files with 30 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: "* * * * *"
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: sleep 15
|
Loading…
Add table
Reference in a new issue