mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
ci: build and deploy the image only on specific label
This commit is contained in:
parent
d3fc5b6770
commit
07aa4bdb08
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-deploy-image.yml
vendored
3
.github/workflows/build-deploy-image.yml
vendored
|
|
@ -11,6 +11,9 @@ env:
|
|||
jobs:
|
||||
Build-Container-Image:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
if: ${{ github.event.label.name == 'CI:Build' }} # source: https://stackoverflow.com/questions/62325286/run-github-actions-when-pull-requests-have-a-specific-label
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
|
|||
Loading…
Reference in a new issue