Skip to content

Commit 51e6940

Browse files
committed
removed one check
1 parent 8546eed commit 51e6940

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ on:
1616
description: "Build Docker"
1717
required: false
1818
type: boolean
19-
build-binary:
20-
default: true
21-
description: "Build Binary"
22-
required: false
23-
type: boolean
2419
build-linux:
2520
default: true
2621
description: "Build Linux"
@@ -73,8 +68,7 @@ jobs:
7368
build-binary:
7469
name: Build binary (${{ matrix.target }})
7570
needs: extract-version
76-
# Run if build-binary enabled OR tag push
77-
if: github.event.inputs.build-binary == 'true' || github.event_name == 'push'
71+
# Always run - build-linux and build-mac control what actually gets built
7872
runs-on: ${{ matrix.runner }}
7973
permissions:
8074
contents: write

0 commit comments

Comments
 (0)