mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(CI/Docker): Run build on label (#8487)
* fix(Core/Player): Prevent exploit to loot items that are already looted *586c00fe2eCo-Authored-By: Gildor <521036+Jildor@users.noreply.github.com> * Revert "fix(Core/Player): Prevent exploit to loot items that are already looted" This reverts commit 8376bba57925eda08e72d72e04fe6ce39fa354e2. * refactor(Core/Misc): Update attributes to blizzlike * Revert "refactor(Core/Misc): Update attributes to blizzlike" This reverts commit ffc5dfc19e740b4a8396972a24ebfd1d8fc4bbc0. * fix(Core/Spell): Remove ErrorCube visual * cherry-pick https://github.com/trinitycore/trinitycore/commit/3b5014fdae * cherry-pick small part off4f7e6324dCo-Authored-By: Shauren <shauren.trinity@gmail.com> Co-Authored-By: Treeston <14020072+treeston@users.noreply.github.com> * Revert "fix(Core/Spell): Remove ErrorCube visual" This reverts commit 52ff8915dfda9c905a4094e8974b73bbc21e8eab. * chore(ci): Upgrade MySQL ver on Windows build * Revert "chore(ci): Upgrade MySQL ver on Windows build" This reverts commit 3b111997308671ffa090671c0bc8aadbf3ecd05e. * fix(DB/Auth): Possible collation error * Update docker_build.yml Co-authored-by: Gildor <521036+Jildor@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Treeston <14020072+treeston@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/docker_build.yml
vendored
2
.github/workflows/docker_build.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
matrix:
|
||||
os: [ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && github.event.label.name == 'run-build' || github.ref == 'refs/heads/master'
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk' && ${{ github.event.label.name == 'run-build' }}
|
||||
env:
|
||||
COMPOSE_DOCKER_CLI_BUILD: 1
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
Reference in New Issue
Block a user