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 396d39f commit b417dc6Copy full SHA for b417dc6
1 file changed
.github/workflows/build.yml
@@ -59,7 +59,7 @@ jobs:
59
git push
60
61
- name: Upload snapshot.html as artefact
62
- if: ${{ github.event_name == 'push' }}
+ if: ${{ steps.config.outputs.grep == 'true' }}
63
uses: actions/upload-artifact@v4
64
with:
65
name: snapshot-files
0 commit comments