Skip to content

Commit c4e38b1

Browse files
committed
Run 3 workflows on this branch
1 parent 58613cf commit c4e38b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/kilted-binary-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug_workflows
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'

.github/workflows/kilted-binary-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug_workflows
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'

.github/workflows/rolling-binary-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
push:
88
branches:
9-
- main
9+
- debug_workflows
1010
schedule:
1111
# Run every morning to detect flakiness and broken dependencies
1212
- cron: '13 4 * * *'

0 commit comments

Comments
 (0)