mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
back
This commit is contained in:
parent
50d76ca261
commit
0dbbaa0f46
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-devnet.yml
vendored
2
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy-hardhat:
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy') || (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success')
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy')
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue