From 3eb82f4dbb5dfe03681f0b303c8e195feceeb7d4 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 13:58:13 +0200 Subject: [PATCH] [GHA] Disable exit on fail --- .github/workflows/action.yml | 7 +------ dev-tools/install-nginx-1.sh | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 5b0a1f85a..ea570e304 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -16,8 +16,7 @@ on: jobs: build: - #if: "!contains(github.event.head_commit.message, 'skip ci') || always()" - if: ${{ always() }} + if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-latest steps: @@ -41,9 +40,5 @@ jobs: ./dev-tools/generate-files.sh ./dev-tools/install-nginx-1.sh - - name: Debug - shell: bash - run: | - sudo systemctl status nginx.service \ No newline at end of file diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index d8d118ec3..74fff0741 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -257,7 +257,7 @@ getnginxversion # Exit With Error Number # ---------------------- -exit ${?} +#exit ${?} # ------------------------------------------------------------------------------ # MIT License