mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Update build.yml
This commit is contained in:
parent
48e9d096e8
commit
a55a380d69
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
GOOS: linux
|
||||
GOARCH: 386
|
||||
|
||||
check-labels:
|
||||
check-labels: # 🛠️ FIXED: Now it's at the correct level
|
||||
name: Check PR Labels
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.merged == true
|
||||
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
echo "ci_build=true" >> $GITHUB_ENV
|
||||
else
|
||||
echo "ci_build=false" >> $GITHUB_ENV
|
||||
fi
|
||||
fi
|
||||
|
||||
build-docker:
|
||||
name: Build & Push Docker Image
|
||||
|
|
|
|||
Loading…
Reference in a new issue