Skip to content

Commit

Permalink
Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed May 20, 2024
1 parent 646d0d9 commit b087b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-backport-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 'Fetch relevant history from origin'
run: git fetch origin ${{ github.event.pull_request.base.ref }}
- name: Check CHANGELOG status
if: ! contains( github.event.pull_request.labels.*.name, 'No Core sync required')
if: ${{ !contains(github.event.pull_request.labels.*.name, 'No Core sync required') }}
env:
PR_NUMBER: ${{ github.event.number }}
run: |
Expand Down

0 comments on commit b087b4d

Please sign in to comment.