We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6651175 commit 57fe742Copy full SHA for 57fe742
.github/workflows/debug-ci-tests.yml
@@ -3,6 +3,9 @@ on:
3
pull_request:
4
push:
5
branches: [ main ]
6
+
7
+ schedule:
8
+ - cron: '40 */2 * * *'
9
10
workflow_dispatch:
11
inputs:
0 commit comments