From e9518948f97d6e888fb7a2496b5ced5bb839e280 Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Wed, 29 Jan 2025 10:09:49 +0000 Subject: [PATCH] chore: force snapshot update --- .github/workflows/update-dictionaries.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-dictionaries.yml b/.github/workflows/update-dictionaries.yml index b5340fd09a1..880d66a8ba3 100644 --- a/.github/workflows/update-dictionaries.yml +++ b/.github/workflows/update-dictionaries.yml @@ -245,7 +245,7 @@ jobs: retention-days: 1 update-snapshots: - if: ${{ needs.check-dictionaries.outputs.patch }} + if: ${{ inputs.force || needs.check-dictionaries.outputs.patch }} runs-on: ubuntu-latest needs: - calc-ref @@ -265,6 +265,7 @@ jobs: run: corepack enable - name: Patch + if: ${{ env.PATCH }} run: | echo "$PATCH" | git apply