Update single-header.yml

This commit is contained in:
ado 2023-08-07 17:46:20 +02:00
parent 3e3c922624
commit 55d1bbcf86

View File

@ -17,9 +17,9 @@ on:
jobs:
single_header_tests:
#if: >-
# ! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
# ! contains(toJSON(github.event.commits.*.message), '[skip github]')
if: >-
! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip github]')
runs-on: ubuntu-latest