Skip to content

Commit

Permalink
fix 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 a42ce01 commit 2ec8943
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: contains(github.event.pull_request.labels.*.name, '<label_name>')
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 2ec8943

Please sign in to comment.