Files
azerothcore-wotlk/.github/workflows/sql-codestyle.yml
Kitzunu fb2924a9b3 chore(CI): rename CI to easier determain which is which (#17879)
* chore(CI): rename CI to easier determain which is which

* small change

* Update codestyle.yml

* codestyle checks changes

* test to see if this works

* revert this, just to check that CI works

* Revert "revert this, just to check that CI works"

This reverts commit ad03c6bdd9bb33faf8ee1c8d1571090bd4ced531.

* Update core_modules_build.yml
2023-11-27 23:17:02 +01:00

18 lines
343 B
YAML

name: Codestyle
on:
pull_request:
paths:
- data/**
- "!README.md"
- "!docs/**"
jobs:
triage:
runs-on: ubuntu-latest
name: SQL
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v4
- name: Check pending SQL
run: source ./apps/ci/ci-pending.sh