Skip to content

Commit 68a7753

Browse files
bill-phclaude
andcommitted
Run debug CI nightly instead of on every PR
Backport of duckdb#1121 — debug CI runs are slow (>2h), so move to a nightly schedule plus manual dispatch instead of running on every push/PR. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 1dbb2d9 commit 68a7753

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)