Skip to content

Commit

Permalink
Update update-snapshots.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Martin <[email protected]>
  • Loading branch information
deleonio authored Nov 16, 2024
1 parent 758f809 commit 2bdac24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: 03 - Update Snapshots

on:
workflow_dispatch:
inputs:
purge_snapshots:
description: 'Delete all snapshots before regenerating them'
type: boolean
default: false

jobs:
update-snapshots:
Expand Down Expand Up @@ -64,7 +59,6 @@ jobs:
run: pnpm -r build

- name: Purge existing snapshots
if: ${{ github.event.inputs.purge_snapshots == 'true' }}
run: rm packages/**/snapshots/**/*.png

- name: Display git status (before test-update)
Expand Down

0 comments on commit 2bdac24

Please sign in to comment.