Skip to content

Commit

Permalink
test labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Dec 14, 2023
1 parent 5319d5c commit 0e76fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: labels
run: echo "w$LABELS"
- name: labels
if: ${{ contains($LABELS, 'PR:BINARIES') }}
if: contains("$LABELS", 'PR:BINARIES')
run: echo "found!!!"
- name: what are the labels
env:
Expand Down

0 comments on commit 0e76fb2

Please sign in to comment.