Skip to content

Commit

Permalink
Merge pull request #2236 from otetard/fix-cleanup-ga
Browse files Browse the repository at this point in the history
ci: Correctly delete previews from S3
  • Loading branch information
otetard authored Feb 24, 2025
2 parents ecfb534 + 768eb67 commit 71e1e3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/delete-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
github-token: ${{ github.token }}
run-id: ${{ github.event.workflow_run.id }}

- run: unzip PR.zip

- name: Get PR number
id: pr_number
run: echo "pr_number=$(cat PR_NUMBER)" >> $GITHUB_OUTPUT
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- run: |
mkdir site
tar zxvf site.tar.gz -C ./site
- name: Get PR number
id: pr_number
Expand Down

0 comments on commit 71e1e3c

Please sign in to comment.