Skip to content

Commit 6d6c130

Browse files
authored
fix: change condition for uploading Wrangler logs to trigger on failure (#709)
1 parent 0afd2fd commit 6d6c130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2727
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2828
- name: Upload Wrangler logs
29-
if: always()
29+
if: failure()
3030
uses: actions/upload-artifact@v4
3131
with:
3232
name: wrangler-logs

0 commit comments

Comments
 (0)