From 9587228008d11b5b9d7a1c2bf3449a110d1f90eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Mon, 4 Nov 2024 15:59:17 +0100 Subject: [PATCH] Regenerate the ref images --- .github/workflows/main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 884132fc4166..617daadffad3 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,7 +14,8 @@ on: env: HAS_SECRETS: ${{ secrets.HAS_SECRETS }} MAIN_BRANCH: master - CI: true + CI: 'true' + REGENERATE_EXAMPLES: 'true' jobs: not-failed-backport: @@ -140,7 +141,7 @@ jobs: rm examples/error-ref.png find . ! -name *-ref.png -type f -exec rm {} \; if: env.REGENERATE_EXAMPLES == 'true' - - run: '[ ${REGENERATE_EXAMPLES} == false ]' + - run: "[ ${REGENERATE_EXAMPLES} == 'false' ]" - uses: actions/upload-artifact@v4 with: name: Examples