Skip to content

Commit 57fe742

Browse files
ci(debug): Add cron for testing every 2 hours
1 parent 6651175 commit 57fe742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/debug-ci-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
push:
55
branches: [ main ]
6+
7+
schedule:
8+
- cron: '40 */2 * * *'
69

710
workflow_dispatch:
811
inputs:

0 commit comments

Comments
 (0)