fix(CI): labelled builds (#9037)
This commit is contained in:
parent
463a98f82e
commit
f823328f7b
2 changed files with 2 additions and 0 deletions
1
.github/workflows/core_modules_build.yml
vendored
1
.github/workflows/core_modules_build.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types: ['labeled']
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
1
.github/workflows/cpp20.yml
vendored
1
.github/workflows/cpp20.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
branches:
|
||||
- 'master'
|
||||
pull_request:
|
||||
types: ['labeled']
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue