WIP: Add test for schedule not being cancelled

This commit is contained in:
Kwonunn 2024-10-06 16:53:11 +02:00
parent 54f810c1df
commit f48fa02916
3 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,8 @@
on:
schedule:
- cron: "* * * * *"
jobs:
test:
runs-on: docker
steps:
- run: sleep 15