From 3e3c922624750046d166476a482929bf4fc01239 Mon Sep 17 00:00:00 2001 From: ado Date: Mon, 7 Aug 2023 17:45:03 +0200 Subject: [PATCH] [skip ci] Update single-header.yml --- .github/workflows/single-header.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/single-header.yml b/.github/workflows/single-header.yml index c55d353..ce6b241 100644 --- a/.github/workflows/single-header.yml +++ b/.github/workflows/single-header.yml @@ -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 @@ -39,7 +39,6 @@ jobs: run: | apt-get update apt-get install -y git - script/ci_install_deps.sh - name: Single header update check run: script/single_header_generator.py