Skip to content

Commit

Permalink
feat(repo): skip release-please on release merge to main (#18282)
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd authored Oct 23, 2024
1 parent e98a1d5 commit 89897f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/repo--release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
release-please:
if: ${{ !contains(github.event.head_commit.message, 'chore(main):') }}
runs-on: [arc-runner-set]
steps:
- uses: googleapis/release-please-action@v4
Expand Down

0 comments on commit 89897f0

Please sign in to comment.