Skip to content

Commit

Permalink
Update core_modules_build.yml (#17872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Nov 26, 2023
1 parent c9b42d6 commit 1879743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/core_modules_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
&& !github.event.pull_request.draft
&& (
github.ref == 'refs/heads/master'
|| contains(github.event.pull_request.labels.*.name, 'file-cpp'
|| github.event.label.name == 'file-cpp'
|| contains(github.event.pull_request.labels.*.name, 'run-build')
|| github.event.label.name == 'run-build')
)
Expand Down

0 comments on commit 1879743

Please sign in to comment.