Skip to content

Commit

Permalink
remove bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
nolancon committed May 24, 2024
1 parent eaf349a commit 9099b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidatec-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: >
github.event_name == 'push' &&
github.ref == 'refs/heads/main' &&
!contains(github.event.head_commit.message, 'Set release candidate version'))
!contains(github.event.head_commit.message, 'Set release candidate version')
runs-on: ubuntu-22.04
permissions:
contents: write
Expand Down

0 comments on commit 9099b23

Please sign in to comment.