Skip to content

Commit

Permalink
ci: Update wording to show release-please main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Dec 12, 2024
1 parent 31e78aa commit a775b00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Downstream Protobuf Compatibility Check Nightly
jobs:
downstream-protobuf-test:
# This job runs if any of the three conditions match:
# 1. PR is raised from Release-Please (PR comes from branch: release-please--branches-{branch_name})
# 1. PR is raised from Release-Please (PR comes from branch: release-please--branches-main)
# 2. Job is invoked by the nightly job (scheduled event)
# 3. Job is manually invoked via Github UI (workflow_dispatch event)
if: github.head_ref == 'release-please--branches--main' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit a775b00

Please sign in to comment.