Update single-header.yml

This commit is contained in:
ado 2023-08-07 17:40:14 +02:00
parent 66f57ba66a
commit c0e6e56364

View File

@ -18,13 +18,13 @@ on:
jobs: jobs:
single_header_tests: single_header_tests:
if: >- if: >-
! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip ci]') &&
! contains(toJSON(github.event.commits.*.message), '[skip github]') ! contains(toJSON(github.event.commits.*.message), '[skip github]')
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: "Single Header Test" name: "Single Header Test"
}
container: container:
image: gcc:latest image: gcc:latest
options: -v /usr/local:/host_usr_local options: -v /usr/local:/host_usr_local