[GHA] Debug

This commit is contained in:
Mitchell Krog 2021-06-21 13:53:01 +02:00
parent ba0035467b
commit 3556f23665
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

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