diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-11-26 17:27:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 17:27:40 +0100 |
commit | 4a25ac665de88f6944cc5f2df6d0a5a043866113 (patch) | |
tree | 4944f5e0443d4422846bf412cd0bc20236cce565 /.github/workflows/codestyle.yml | |
parent | f7d7c4feb7a8f9c63bc4c94ebd48f1771d07958a (diff) |
chore(CI): Make some changes (#17861)
* chore(CI): Make some changes. Less CI's maybe better...
* pendingsql
* FORK TEST - TO BE REVERTED
* changes
* test
* fix
* Revert "FORK TEST - TO BE REVERTED"
This reverts commit 875bc281c5a355cce2ddd8015484e256dbc185cf.
* rename workflow
* rename workflow
* rename workflow
* rename workflow
* I argue windows don't need dry runs
* maybe mac wants to be alive. who knows. When do we drop mac support really...?
Diffstat (limited to '.github/workflows/codestyle.yml')
-rw-r--r-- | .github/workflows/codestyle.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index acce90c0dd..e56b1de2bb 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -1,16 +1,15 @@ -name: check-codestyle +name: Codestyle on: pull_request: jobs: - check-codestyle: + triage: strategy: fail-fast: false matrix: os: [ubuntu-20.04] runs-on: ${{ matrix.os }} if: github.repository == 'azerothcore/azerothcore-wotlk' - name: check codestyle steps: - uses: actions/checkout@v4 - name: Check core codestyle |