fix(CI): do not run import-pending-sql on forks (#3441)

This commit is contained in:
Patrick Lewis
2020-09-12 03:46:56 -07:00
committed by GitHub
parent 23149ba1f7
commit 40cbd49f7c

View File

@@ -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: