We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6021742 commit 62262d5Copy full SHA for 62262d5
.github/workflows/update-screenshot.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
update-screenshots:
8
name: Update Screenshot
9
- if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
+ # if: github.event.issue.pull_request && contains(github.event.comment.body, '/approve-snapshots')
10
runs-on: ubuntu-latest
11
permissions:
12
contents: write
0 commit comments