fix(CI): Probably fix vanishing CIs from PRs (#18124)

* Update core-build-nopch.yml

* Update core-build-pch.yml

* Update core-build-nopch.yml
This commit is contained in:
Kitzunu
2024-01-08 20:10:25 +01:00
committed by GitHub
parent f2cf359045
commit fdbde0b866
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ on:
branches:
- 'master'
pull_request:
types: ['labeled', 'opened', 'synchronize', 'reopened']
types: ['opened', 'synchronize', 'reopened']
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
@@ -25,7 +25,7 @@ jobs:
name: ${{ matrix.os }}-${{ matrix.compiler }}-nopch
env:
COMPILER: ${{ matrix.compiler }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v4
- name: Cache

View File

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