diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b5b40260be..49be511fbd 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -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: |