Skip to content

Commit d10f443

Browse files
committed
fix: Fixed code
1 parent a77523d commit d10f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-screenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
update-screenshots:
77
name: Update Screenshot
8-
# if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
8+
if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)