From c0e6e56364cb7fd7b570a2c8d281570e5800ac34 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 7 Aug 2023 17:40:14 +0200 Subject: [PATCH] Update single-header.yml --- .github/workflows/single-header.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/single-header.yml b/.github/workflows/single-header.yml index 4e8df79..c55d353 100644 --- a/.github/workflows/single-header.yml +++ b/.github/workflows/single-header.yml @@ -18,13 +18,13 @@ on: jobs: single_header_tests: if: >- - ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && - ! contains(toJSON(github.event.commits.*.message), '[skip github]') + ! contains(toJSON(github.event.commits.*.message), '[skip ci]') && + ! contains(toJSON(github.event.commits.*.message), '[skip github]') runs-on: ubuntu-latest name: "Single Header Test" -} + container: image: gcc:latest options: -v /usr/local:/host_usr_local