mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
test hardhat
This commit is contained in:
parent
2f019064e4
commit
4b039d9d51
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci-build.yaml
vendored
2
.github/workflows/ci-build.yaml
vendored
|
|
@ -11,7 +11,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
devnet:
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build')
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy')
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
services:
|
||||
|
|
|
|||
2
.github/workflows/ci-deploy.yaml
vendored
2
.github/workflows/ci-deploy.yaml
vendored
|
|
@ -11,7 +11,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
build-push:
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Deploy ')
|
||||
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'CI:Build ')
|
||||
name: Build
|
||||
runs-on: ubuntu-24.04
|
||||
environment: dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue