We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbb2d9 commit 391cdbaCopy full SHA for 391cdba
1 file changed
.github/workflows/Debug.yml
@@ -1,5 +1,8 @@
1
name: Debug Mode Tests
2
-on: [push, pull_request,repository_dispatch]
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: '0 2 * * *'
6
concurrency:
7
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
8
cancel-in-progress: true
0 commit comments