Skip to content

Commit

Permalink
fix(CI): Probably fix vanishing CIs from PRs (azerothcore#18124)
Browse files Browse the repository at this point in the history
* Update core-build-nopch.yml

* Update core-build-pch.yml

* Update core-build-nopch.yml
  • Loading branch information
Kitzunu authored Jan 8, 2024
1 parent f2cf359 commit fdbde0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/core-build-nopch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-build-pch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down

0 comments on commit fdbde0b

Please sign in to comment.