diff options
Diffstat (limited to '.github/workflows/tools_build.yml')
-rw-r--r-- | .github/workflows/tools_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tools_build.yml b/.github/workflows/tools_build.yml index 73aecd18b9..242dea7486 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -21,7 +21,7 @@ jobs: name: ${{ matrix.os }}-${{ matrix.compiler }} env: COMPILER: ${{ matrix.compiler }} - if: github.repository == 'azerothcore/azerothcore-wotlk' + if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft steps: - uses: actions/checkout@v2 - name: Cache |