Update workflow

This commit is contained in:
Yunfan Li
2024-03-04 19:23:20 +08:00
parent 0575f799b4
commit 002f2f4e8e
2 changed files with 4 additions and 9 deletions

View File

@@ -26,6 +26,10 @@ jobs:
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [clang]
include:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
steps:
- name: Checkout AzerothCore

View File

@@ -5,11 +5,6 @@ on:
pull_request:
branches: [ "master" ]
concurrency:
group: ${{ github.head_ref }} || concat(${{ github.ref }}, ${{ github.workflow }})
cancel-in-progress: true
jobs:
windows-build:
strategy:
@@ -20,10 +15,6 @@ jobs:
name: ${{ matrix.os }}
env:
BOOST_ROOT: C:\local\boost_1_82_0
if: |
github.repository == 'azerothcore/azerothcore-wotlk'
&& !github.event.pull_request.draft
&& (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
steps:
- name: Checkout AzerothCore
uses: actions/checkout@v3