* 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 875bc281c5.
* 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...?
12 lines
265 B
YAML
12 lines
265 B
YAML
name: SQL Codestyle
|
|
on:
|
|
pull_request:
|
|
jobs:
|
|
triage:
|
|
runs-on: ubuntu-latest
|
|
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Check pending SQL
|
|
run: source ./apps/ci/ci-pending.sh
|