diff options
author | sudlud <sudlud@users.noreply.github.com> | 2024-03-10 20:50:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-10 16:50:39 -0300 |
commit | 8a5b9d551d73f49e39ae2d62d287104847c8439e (patch) | |
tree | aea2d680234974344f883b30bf2530b92a6b735d | |
parent | bf17d93727e1462219dc75c981a95cee59241368 (diff) |
fix(CI): fix tools_build (#18505)
* fix(CI): fix tools_build
* change something
* revert change - CI please run now
-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 51091736d5..f7d8a31b99 100644 --- a/.github/workflows/tools_build.yml +++ b/.github/workflows/tools_build.yml @@ -25,7 +25,7 @@ jobs: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft && ( contains(github.event.pull_request.labels.*.name, 'run-build') - || github.event.label.name == 'run-build') + || github.event.label.name == 'run-build' ) steps: - uses: actions/checkout@v4 |