diff --git a/.github/workflows/single-header.yml b/.github/workflows/single-header.yml index 1ad2ad4..4e8df79 100644 --- a/.github/workflows/single-header.yml +++ b/.github/workflows/single-header.yml @@ -16,10 +16,10 @@ on: - bugfix/** jobs: - clang_tests: - #if: >- - #! contains(toJSON(github.event.commits.*.message), '[skip ci]') && - #! contains(toJSON(github.event.commits.*.message), '[skip github]') + single_header_tests: + if: >- + ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && + ! contains(toJSON(github.event.commits.*.message), '[skip github]') runs-on: ubuntu-latest