fix(CI): labelled builds (#9037)

This commit is contained in:
Francesco Borzì
2021-11-07 20:33:23 +01:00
committed by GitHub
parent 463a98f82e
commit f823328f7b
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})