[GHA] continue on failure - while testing

This commit is contained in:
Mitchell Krog 2021-06-21 13:42:07 +02:00
parent 3f913c7989
commit 0f92ab3f0b
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -16,7 +16,7 @@ on:
jobs:
build:
if: "!contains(github.event.head_commit.message, 'skip ci')" || always()
if: "!contains(github.event.head_commit.message, 'skip ci') || always()"
runs-on: ubuntu-latest
steps: