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

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