mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(CI): fix tools_build (#18505)
* fix(CI): fix tools_build * change something * revert change - CI please run now
This commit is contained in:
2
.github/workflows/tools_build.yml
vendored
2
.github/workflows/tools_build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
|
||||||
&& (
|
&& (
|
||||||
contains(github.event.pull_request.labels.*.name, 'run-build')
|
contains(github.event.pull_request.labels.*.name, 'run-build')
|
||||||
|| github.event.label.name == 'run-build')
|
|| github.event.label.name == 'run-build'
|
||||||
)
|
)
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user