Skip to content

Commit

Permalink
echo
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Apr 21, 2024
1 parent 74b24d5 commit 65fd15f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ on:

jobs:
devnet-pass:
name: devnet-pass
name: devnet-passx
runs-on: ubuntu-latest
steps:
- name: Labels not added
if: ${{ contains(github.event.label.name, 'devnet-pass') != true }}
run: exit 1
run: |
echo '${{ github.event.label.name }}'
exit 1
testnet-pass:
name: testnet-pass
runs-on: ubuntu-latest
Expand Down

0 comments on commit 65fd15f

Please sign in to comment.