From a42ce013c91e938d090909d5c5d3b05a992179fc Mon Sep 17 00:00:00 2001 From: Robert Haimerl Date: Wed, 31 Jan 2024 09:46:16 +0100 Subject: [PATCH] change condition of update job --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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