summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPatrick Lewis <pat@lo5t.com>2020-09-12 03:46:56 -0700
committerGitHub <noreply@github.com>2020-09-12 12:46:56 +0200
commit40cbd49f7c4e1d138c2c95c388e7c12ffe5946ab (patch)
tree20ca554752c8fec0ccfb901e1ee5bdcdc952f3fd /.github
parent23149ba1f7cfed12199adf542aad1d9df08c1101 (diff)
fix(CI): do not run import-pending-sql on forks (#3441)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/import_pending_sql.yml1
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: