Skip to content

Commit a9c4570

Browse files
committed
Test
1 parent c99581b commit a9c4570

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/actions/artifacts_build/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ runs:
3737
using: "composite"
3838
steps:
3939
- name: Action verification
40-
# if: ${{ (inputs.load_image == false || inputs.load_image == 'false') && (inputs.push_image == false || inputs.push_image == 'false') }}
41-
# shell: bash
42-
# run: |
43-
# echo "At least one of push_image or load_image must be true"
44-
# exit 1
40+
if: ${{ (inputs.load_image == false || inputs.load_image == 'false') && (inputs.push_image == false || inputs.push_image == 'false') }}
41+
shell: bash
42+
run: |
43+
echo "At least one of push_image or load_image must be true"
44+
exit 1
4545
4646
# - name: Set up
4747
# uses: ./.github/actions/set_up

0 commit comments

Comments
 (0)