Skip to content

Commit 426f0b3

Browse files
committed
chore: Fix CI issue
1 parent b7dfbe6 commit 426f0b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/downstream_protobuf_source_compatibility_check_nightly.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
name: Downstream Source Compatibility Nightly
21
on:
2+
push:
3+
branches:
4+
- main
35
workflow_dispatch:
46
inputs:
57
protobuf_versions:
@@ -9,9 +11,8 @@ on:
911
pull_request:
1012
schedule:
1113
- cron: '0 1 * * *' # Nightly at 1am
12-
defaults:
13-
run:
14-
shell: bash
14+
15+
name: Downstream Source Compatibility Nightly
1516
jobs:
1617
downstream-protobuf-source-test:
1718
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)