mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-04-27 15:20:48 -07:00
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 ad03c6bdd9.
* Update core_modules_build.yml
This commit is contained in:
parent
d2aabdbc7e
commit
fb2924a9b3
6 changed files with 27 additions and 37 deletions
8
.github/workflows/sql-codestyle.yml
vendored
8
.github/workflows/sql-codestyle.yml
vendored
|
|
@ -1,9 +1,15 @@
|
|||
name: SQL Codestyle
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue