Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov authored Dec 5, 2024
1 parent 1f0e21c commit 9fe48cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-multi-steps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ runs:
shell: bash -euxo pipefail {0}
run: exit 0
- name: step 2
if: false
if: ${{inputs.run_s2}}
shell: bash -euxo pipefail {0}
run: exit 1

0 comments on commit 9fe48cb

Please sign in to comment.