fix(CI): run-build label (#8966)

This commit is contained in:
Patrick Lewis 2021-11-05 00:59:29 -07:00 committed by GitHub
parent dd79b7f63f
commit d8ad098372
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -4,6 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
@ -19,7 +20,7 @@ jobs:
name: ${{ matrix.os }}-MSVC16
env:
BOOST_ROOT: C:\local\boost_1_74_0
if: github.repository == 'azerothcore/azerothcore-wotlk' && ${{ github.event.label.name == 'run-build' }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && github.event.label.name == 'run-build'
steps:
- uses: actions/checkout@v2
- name: Configure OS