Skip to content

Commit

Permalink
Blah
Browse files Browse the repository at this point in the history
  • Loading branch information
AErmie committed Jul 15, 2024
1 parent 15aec67 commit 2fd6a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-logic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Fail Job = ${{ github.event.inputs.fail-job-2 }}
- name: Fail Job = TRUE
if: ${{ github.event.inputs.fail-job-2 == true }}
run: exit 1

- name: Fail Job = ${{ github.event.inputs.fail-job-2 }}
- name: Fail Job = FALSE
if: ${{ ! github.event.inputs.fail-job-2 == false }}
run: exit 0

Expand Down

0 comments on commit 2fd6a34

Please sign in to comment.