Skip to content

Commit

Permalink
Update new_device.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp authored Dec 17, 2023
1 parent c3c3048 commit 267ac5f
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: ${{ github.event.issue.label.name == 'new-device' }}
if: ${{ contains(github.event.issue.labels.*.name, 'new-device') }}
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 267ac5f

Please sign in to comment.