mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-05 12:09:57 +00:00
[GHA] Disable exit on fail
This commit is contained in:
parent
3556f23665
commit
3eb82f4dbb
2 changed files with 2 additions and 7 deletions
7
.github/workflows/action.yml
vendored
7
.github/workflows/action.yml
vendored
|
@ -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
|
|
||||||
|
|
||||||
|
|
|
@ -257,7 +257,7 @@ getnginxversion
|
||||||
# Exit With Error Number
|
# Exit With Error Number
|
||||||
# ----------------------
|
# ----------------------
|
||||||
|
|
||||||
exit ${?}
|
#exit ${?}
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
Loading…
Add table
Reference in a new issue