Skip to content

Commit 094cf82

Browse files
committed
Disable Scheduled GA Jobs
1 parent 8bf2034 commit 094cf82

File tree

6 files changed

+0
-17
lines changed

6 files changed

+0
-17
lines changed

.github/workflows/claude-triage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Claude Daily Issue Triage
22

33
on:
4-
schedule:
5-
- cron: "0 14 * * 1" # runs daily at 09:00 EST
64
workflow_dispatch: # allows manual trigger
75

86
jobs:

.github/workflows/jazzy-binary-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ on:
99
branches:
1010
- jazzy
1111
- main
12-
schedule:
13-
# Run every morning to detect flakiness and broken dependencies
14-
- cron: '13 4 * * *'
1512

1613
jobs:
1714
jazzy_binary:

.github/workflows/jazzy-source-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
# try to keep jazzy and rolling(main) in sync
66
- jazzy
77
- main
8-
schedule:
9-
# Run every morning to detect flakiness and broken dependencies
10-
- cron: '43 1 * * *'
118

129
jobs:
1310
jazzy_source:

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
schedule:
10-
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '13 4 * * *'
129

1310
jobs:
1411
rolling_binary:

.github/workflows/rolling-semi-binary-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
schedule:
10-
# Run every morning to detect flakiness and broken dependencies
11-
- cron: '13 4 * * *'
129

1310
jobs:
1411
rolling_semi_binary:

.github/workflows/rolling-source-build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
schedule:
7-
# Run every morning to detect flakiness and broken dependencies
8-
- cron: '43 1 * * *'
96

107
jobs:
118
rolling_source:

0 commit comments

Comments
 (0)