fix(CI): fix tools_build (#18505)
* fix(CI): fix tools_build * change something * revert change - CI please run now
This commit is contained in:
parent
bf17d93727
commit
8a5b9d551d
1 changed files with 1 additions and 1 deletions
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
|
||||
&& (
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue