Skip to content

Commit 1036643

Browse files
committed
only snapshots in the PR
1 parent bfaa4e3 commit 1036643

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/analyses-snapshot-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ jobs:
185185
body: 'This PR was requested on the PR https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
186186
branch: 'analyses-snapshot-testing/heal-${{ github.event.pull_request.head.ref }}'
187187
base: ${{ github.event.pull_request.head.ref }}
188+
add-paths: |
189+
analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/
188190
189191
- name: Comment on feature PR
190192
if: always() && steps.create_pull_request.outcome == 'success' && github.event_name == 'pull_request'
@@ -208,3 +210,5 @@ jobs:
208210
body: 'The edge overnight analyses snapshot test is failing. This PR was opened to alert us to the failure.'
209211
branch: 'analyses-snapshot-testing/heal-edge'
210212
base: edge
213+
add-paths: |
214+
analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/

0 commit comments

Comments
 (0)