File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments