diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d3589335..dcbc9d1ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: jobs: update-cdt-with-cpg: - if: contains(github.event.pull_request.labels.*.name, '') + if: contains(github.event.pull_request.labels.*.name, 'dependencies') runs-on: ubuntu-latest permissions: contents: write