diff --git a/.github/workflows/core_modules_build.yml b/.github/workflows/core_modules_build.yml index cb5e6fcf8..61413c8df 100644 --- a/.github/workflows/core_modules_build.yml +++ b/.github/workflows/core_modules_build.yml @@ -4,6 +4,7 @@ on: branches: - 'master' pull_request: + types: ['labeled'] concurrency: group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }}) diff --git a/.github/workflows/cpp20.yml b/.github/workflows/cpp20.yml index 34b1256d7..9f98f97f9 100644 --- a/.github/workflows/cpp20.yml +++ b/.github/workflows/cpp20.yml @@ -4,6 +4,7 @@ on: branches: - 'master' pull_request: + types: ['labeled'] concurrency: group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})