Skip to content

Commit 6b0991b

Browse files
committed
Remove unnecessary if statements in build_multiarch.yml
1 parent bd6a96f commit 6b0991b

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build_multiarch.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
matrix:
2727
dev_suffix: [ '', '-dev' ]
2828

29-
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"
30-
3129
runs-on: ubuntu-latest
3230

3331
env:
@@ -88,8 +86,6 @@ jobs:
8886
matrix:
8987
dev_suffix: [ '', '-dev' ]
9088

91-
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"
92-
9389
runs-on: ubuntu-latest
9490

9591
env:
@@ -147,8 +143,6 @@ jobs:
147143
push_tags: "${{ env.push_tags }}"
148144

149145
deploy_multiarch:
150-
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"
151-
152146
runs-on: ubuntu-latest
153147

154148
needs:
@@ -209,8 +203,6 @@ jobs:
209203
image_version_suffix=-dev
210204
211205
deploy_multiarch_ghcr:
212-
if: "${{ inputs.ruby_version }} && !'nightly' == ${{ inputs.ruby_version }}"
213-
214206
runs-on: ubuntu-latest
215207

216208
needs:

0 commit comments

Comments
 (0)