mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +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:
|
||||
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
|
||||
|
||||
|
|
@ -257,7 +257,7 @@ getnginxversion
|
|||
# Exit With Error Number
|
||||
# ----------------------
|
||||
|
||||
exit ${?}
|
||||
#exit ${?}
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# MIT License
|
||||
|
|
Loading…
Add table
Reference in a new issue