From 437c835b3eac98d284a40863d0ba3e4cc6c0b8df Mon Sep 17 00:00:00 2001 From: Aiden Fujiwara Date: Mon, 2 Oct 2023 15:03:55 -0700 Subject: [PATCH] test success case --- .github/workflows/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce724d3..4e5e767 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -80,13 +80,12 @@ jobs: version: "*" token: ${{ secrets.GITHUB_TOKEN }} working-directory: tests - allow-external-github-orgs: true + allow-external-github-orgs: false continue-on-error: true - name: fail on success - if: always() && steps.setup-foreman-failure.outcome == 'success' + if: steps.setup-foreman-failure.outcome == 'success' run: exit 1 - - name: succeed of failure - if: always() + - name: succeed on failure run: exit 0 \ No newline at end of file