Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
FIX build failure on TERM errors
  • Loading branch information
mitchellkrogza authored Jan 19, 2025
1 parent dd2a94a commit fb1c857
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -20,8 +23,6 @@ jobs:
build:
runs-on: ubuntu-latest

continue-on-error: true

steps:
- uses: actions/checkout@v2

Expand All @@ -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: |
Expand Down

0 comments on commit fb1c857

Please sign in to comment.