diff options
author | Patrick Lewis <pat@lo5t.com> | 2020-09-12 03:46:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-12 12:46:56 +0200 |
commit | 40cbd49f7c4e1d138c2c95c388e7c12ffe5946ab (patch) | |
tree | 20ca554752c8fec0ccfb901e1ee5bdcdc952f3fd /.github | |
parent | 23149ba1f7cfed12199adf542aad1d9df08c1101 (diff) |
fix(CI): do not run import-pending-sql on forks (#3441)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/import_pending_sql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/import_pending_sql.yml b/.github/workflows/import_pending_sql.yml index 41bca97050..4b80ffcea1 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: |