diff --git a/.github/workflows/import_pending_sql.yml b/.github/workflows/import_pending_sql.yml index 41bca9705..4b80ffcea 100644 --- a/.github/workflows/import_pending_sql.yml +++ b/.github/workflows/import_pending_sql.yml @@ -9,6 +9,7 @@ jobs: strategy: fail-fast: false runs-on: ubuntu-20.04 + if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v2 with: