Skip to content

Commit

Permalink
chore: force snapshot update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Jan 29, 2025
1 parent 6c75146 commit e951894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-dictionaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -265,6 +265,7 @@ jobs:
run: corepack enable

- name: Patch
if: ${{ env.PATCH }}
run: |
echo "$PATCH" | git apply
Expand Down

0 comments on commit e951894

Please sign in to comment.