[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:
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

View file

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