mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Update action.yml
FIX build failure on TERM errors
This commit is contained in:
parent
dd2a94a7b0
commit
fb1c85798f
1 changed files with 4 additions and 5 deletions
9
.github/workflows/action.yml
vendored
9
.github/workflows/action.yml
vendored
|
@ -1,10 +1,13 @@
|
|||
# Build Script for Nginx Ultimate Bad Bot Blocker using GHA
|
||||
name: CI
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -20,8 +23,6 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -45,8 +46,6 @@ jobs:
|
|||
./dev-tools/generate-files.sh
|
||||
./dev-tools/install-nginx-1.sh
|
||||
|
||||
continue-on-error: true
|
||||
|
||||
- name: Configure Nginx & Generate Blocker Files - Stage 2
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue