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