[GHA] continue on failure - while testing

This commit is contained in:
Mitchell Krog 2021-06-21 13:40:14 +02:00
parent b17ac68caf
commit d035189bd7
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

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