mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 11:40:22 +00:00
[GHA] continue on failure - while testing
This commit is contained in:
parent
d035189bd7
commit
3f913c7989
1 changed files with 1 additions and 2 deletions
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
|
@ -16,8 +16,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
if: always()
|
if: "!contains(github.event.head_commit.message, 'skip ci')" || always()
|
||||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue