mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
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:
4
.github/workflows/core-build-nopch.yml
vendored
4
.github/workflows/core-build-nopch.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
types: ['opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
name: ${{ matrix.os }}-${{ matrix.compiler }}-nopch
|
name: ${{ matrix.os }}-${{ matrix.compiler }}-nopch
|
||||||
env:
|
env:
|
||||||
COMPILER: ${{ matrix.compiler }}
|
COMPILER: ${{ matrix.compiler }}
|
||||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Cache
|
- name: Cache
|
||||||
|
|||||||
2
.github/workflows/core-build-pch.yml
vendored
2
.github/workflows/core-build-pch.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'master'
|
||||||
pull_request:
|
pull_request:
|
||||||
types: ['labeled', 'opened', 'synchronize', 'reopened']
|
types: ['opened', 'synchronize', 'reopened']
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
|
||||||
|
|||||||
Reference in New Issue
Block a user