Skip to content

Commit 8ef3990

Browse files
Actually disable legacy snapshot cleaning for now
1 parent 7091c52 commit 8ef3990

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/_open_pr_with_new_snapshots.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ jobs:
4848
# instead of provided ones
4949
persist-credentials: false
5050

51-
- name: Clear legacy snapshots
52-
run: |
53-
rm -rf ${{ inputs.snapshots_directory }}/*
54-
5551
- name: Download new snapshots
5652
uses: actions/download-artifact@v4
5753
with:
@@ -61,6 +57,7 @@ jobs:
6157
- name: Check if update is needed
6258
id: check-changes
6359
run: |
60+
git status
6461
if [ -n "$(git status --porcelain)" ]; then
6562
echo "Changes detected"
6663
echo "changes_detected=true" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)