Skip to content

Commit

Permalink
Change label comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Dec 16, 2023
1 parent 9c18d0c commit af86e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new_device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
create-device-pull-request:
if: ${{ contains(github.event.label.name , 'new-device')}}
if: ${{ github.event.label.name == 'new-device' }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit af86e69

Please sign in to comment.