Skip to content

Commit

Permalink
Yet another attempt to fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Jan 25, 2024
1 parent 991f055 commit e71ca4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: docker/setup-buildx-action@v1

- name: Check PR Label For Release label
if: !contains(github.event.pull_request.labels.*.name, 'release')
if: ${{ !contains(github.event.*.labels.*.name, 'release') }}
run: |
echo "Not a release candidate. Skipping workflow."
exit 0
Expand Down

0 comments on commit e71ca4b

Please sign in to comment.