Skip to content

Commit

Permalink
ci: Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Dec 11, 2024
1 parent f6bba97 commit d2768dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name: Downstream Protobuf Compatibility Check Nightly
jobs:
downstream-protobuf-test:
# Checks if PR comes from Release-Please branch or '' if invoked from nightly job
if: github.head_ref == 'release-please--branches--main' || github.head_ref == ''
if: github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule'
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down

0 comments on commit d2768dc

Please sign in to comment.