From 570a029b53df04895a0a10f6e89b3178453841f1 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Thu, 18 Jan 2024 13:57:29 +0000 Subject: [PATCH] Fix the checking of the workflow generation --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a6866af1a2..d06a1b729aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -616,5 +616,5 @@ jobs: env: BASE_REF_SHA: ${{ github.event.pull_request.base.sha }} PR_REF_SHA: ${{ github.event.pull_request.head.sha }} - if: contains(steps.files.outputs.modified, 'configure.ac') || contains(steps.files.outputs.all, 'src_ext') + if: contains(steps.files.outputs.modified, 'configure.ac') || contains(steps.files.outputs.all, 'src_ext') || contains(steps.files.outputs.all, '.github/workflows') run: bash -exu .github/scripts/main/hygiene.sh