fix(CI): fix tools_build (#18505)

* fix(CI): fix tools_build

* change something

* revert change - CI please run now
This commit is contained in:
sudlud 2024-03-10 20:50:39 +01:00 committed by GitHub
parent bf17d93727
commit 8a5b9d551d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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