Skip to content

Commit

Permalink
change condition of update job
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Jan 31, 2024
1 parent 64e40e5 commit a42ce01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
update-cdt-with-cpg:
if: ${{ github.event.label.name == 'dependencies' }}
if: contains(github.event.pull_request.labels.*.name, '<label_name>')
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit a42ce01

Please sign in to comment.