Skip to content

Commit e951894

Browse files
committed
chore: force snapshot update
1 parent 6c75146 commit e951894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-dictionaries.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
retention-days: 1
246246

247247
update-snapshots:
248-
if: ${{ needs.check-dictionaries.outputs.patch }}
248+
if: ${{ inputs.force || needs.check-dictionaries.outputs.patch }}
249249
runs-on: ubuntu-latest
250250
needs:
251251
- calc-ref
@@ -265,6 +265,7 @@ jobs:
265265
run: corepack enable
266266

267267
- name: Patch
268+
if: ${{ env.PATCH }}
268269
run: |
269270
echo "$PATCH" | git apply
270271

0 commit comments

Comments
 (0)