[GHA] Disable exit on fail

This commit is contained in:
Mitchell Krog 2021-06-21 13:58:13 +02:00
parent 3556f23665
commit 3eb82f4dbb
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43
2 changed files with 2 additions and 7 deletions

View file

@ -16,8 +16,7 @@ on:
jobs: jobs:
build: build:
#if: "!contains(github.event.head_commit.message, 'skip ci') || always()" if: "!contains(github.event.head_commit.message, 'skip ci')"
if: ${{ always() }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -41,9 +40,5 @@ jobs:
./dev-tools/generate-files.sh ./dev-tools/generate-files.sh
./dev-tools/install-nginx-1.sh ./dev-tools/install-nginx-1.sh
- name: Debug
shell: bash
run: |
sudo systemctl status nginx.service

View file

@ -257,7 +257,7 @@ getnginxversion
# Exit With Error Number # Exit With Error Number
# ---------------------- # ----------------------
exit ${?} #exit ${?}
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# MIT License # MIT License