Skip to content

Commit 391cdba

Browse files
authored
Run debug CI nightly instead of on every PR (#9)
1 parent 1dbb2d9 commit 391cdba

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/Debug.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Debug Mode Tests
2-
on: [push, pull_request,repository_dispatch]
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 2 * * *'
36
concurrency:
47
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
58
cancel-in-progress: true

0 commit comments

Comments
 (0)