Skip to content

Commit

Permalink
pendingsql
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Nov 26, 2023
1 parent 040cc23 commit 5cabf3d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/db-sql.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/pending-sql-codestyle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check pending SQL
on:
pull_request:
jobs:
check-pending-sql:
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

0 comments on commit 5cabf3d

Please # to comment.