fix(CI): Don't run builds when PRs are labeled (#8290)

This commit is contained in:
Skjalf
2021-10-05 21:13:14 -03:00
committed by GitHub
parent 3223f90bcb
commit f66d0ce345
3 changed files with 0 additions and 3 deletions

View File

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

View File

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

View File

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