Skip to content

Commit b696676

Browse files
committed
[REVERT ME] Enable all CI on "push"
1 parent 6be6748 commit b696676

22 files changed

+18
-226
lines changed

.github/workflows/clear_caches.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Clear expensive caches to prevent unbounded growth
22

33
on:
4-
schedule:
5-
# Run every 4 months at 10 AM UTC (2 AM PDT)
6-
- cron: 0 10 5 */4 *
7-
8-
# manual
9-
workflow_dispatch:
4+
push:
105

116
permissions:
127
contents: read

.github/workflows/forked_pr_workflow_check.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,7 @@ name: Forked PR workflow check
55
# *target* branch, modifications to these files can't be properly tested.
66

77
on:
8-
# safe presubmit
9-
pull_request:
10-
branches:
11-
- main
12-
- '[0-9]+.x'
13-
# The 21.x branch still uses Kokoro
14-
- '!21.x'
15-
# For testing purposes so we can stage this on the `gha` branch.
16-
- gha
17-
paths:
18-
- '.github/workflows/**'
8+
push:
199

2010
permissions:
2111
contents: read

.github/workflows/janitor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: Protobuf Janitor
22

33
on:
4-
schedule:
5-
# Run daily at 10 AM UTC (2 AM PDT)
6-
- cron: 0 10 * * *
7-
workflow_dispatch:
4+
push:
85

96
permissions: {}
107

.github/workflows/scorecard.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,7 @@
44

55
name: Scorecard supply-chain security
66
on:
7-
# For Branch-Protection check. Only the default branch is supported. See
8-
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9-
branch_protection_rule:
10-
# To guarantee Maintained check is occasionally updated. See
11-
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12-
schedule:
13-
- cron: '20 5 * * 2'
147
push:
15-
branches: [ "main" ]
168

179
# Declare default permissions as read only.
1810
permissions: read-all

.github/workflows/staleness_check.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
name: Staleness tests
22

33
on:
4-
schedule:
5-
# Run daily at 10 AM UTC (2 AM PDT)
6-
- cron: 0 10 * * *
7-
workflow_call:
8-
inputs:
9-
continuous-run:
10-
required: true
11-
description: "Boolean string denoting whether this run is continuous --
12-
empty string for presubmit, non-empty string for continuous."
13-
type: string
14-
safe-checkout:
15-
required: false
16-
description: "The SHA key for the commit we want to run over"
17-
type: string
18-
workflow_dispatch:
4+
push:
195

206
permissions:
217
contents: read

.github/workflows/staleness_refresh.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Auto-generate stale checked-in files
22

33
on:
44
push:
5-
branches:
6-
- main
75
workflow_dispatch:
86

97
permissions: {}

.github/workflows/test_bazel.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
name: Bazel Tests
22

33
on:
4-
workflow_call:
5-
inputs:
6-
continuous-run:
7-
required: true
8-
description: "Boolean string denoting whether this run is continuous --
9-
empty string for presubmit, non-empty string for continuous."
10-
type: string
11-
safe-checkout:
12-
required: true
13-
description: "The SHA key for the commit we want to run over"
14-
type: string
15-
continuous-prefix:
16-
required: true
17-
description: "The string continuous-only tests should be prefixed with when displaying test
18-
results."
19-
type: string
4+
push:
205

216
permissions:
227
contents: read

.github/workflows/test_cpp.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
name: C++ Tests
22

33
on:
4-
workflow_call:
5-
inputs:
6-
continuous-run:
7-
required: true
8-
description: "Boolean string denoting whether this run is continuous --
9-
empty string for presubmit, non-empty string for continuous."
10-
type: string
11-
safe-checkout:
12-
required: true
13-
description: "The SHA key for the commit we want to run over"
14-
type: string
15-
continuous-prefix:
16-
required: true
17-
description: "The string continuous-only tests should be prefixed with when displaying test
18-
results."
19-
type: string
4+
push:
205

216

227
permissions:

.github/workflows/test_csharp.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: C# Tests
22

33
on:
4-
workflow_call:
5-
inputs:
6-
safe-checkout:
7-
required: true
8-
description: "The SHA key for the commit we want to run over"
9-
type: string
4+
push:
105

116
permissions:
127
contents: read

.github/workflows/test_hpb.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: hpb tests
22

33
on:
4-
workflow_call:
5-
inputs:
6-
safe-checkout:
7-
required: true
8-
description: "The SHA key for the commit we want to run over"
9-
type: string
4+
push:
105

116
permissions:
127
contents: read

0 commit comments

Comments
 (0)