Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Apr 21, 2024
1 parent 6219738 commit 74b24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Labels not added
if: ${{ contains(github.event.issue.labels.*.name, '<devnet-pass>') != true }}
if: ${{ contains(github.event.label.name, 'devnet-pass') != true }}
run: exit 1
testnet-pass:
name: testnet-pass
Expand Down

0 comments on commit 74b24d5

Please sign in to comment.