mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
add condition for label 'CI:Build'
This commit is contained in:
parent
8836ba2194
commit
c65dbb5885
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -26,7 +26,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build-and-push:
|
||||
if: github.event.pull_request.merged == true
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build')
|
||||
runs-on: ubuntu:22.04
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue