From 64341c5dd12053f0248fb4d3e4f011ad155399f7 Mon Sep 17 00:00:00 2001 From: bengo <171782+gobengo@users.noreply.github.com> Date: Mon, 22 Jan 2024 11:52:32 -0800 Subject: [PATCH] ci: .github/workflows/api.yml test upload to staging step using api-staging.web3.storage now has continue-on-error: true to be resilient to staging writes being disabled --- .github/workflows/api.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 4c8025b45d..267cfdae07 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -94,6 +94,8 @@ jobs: NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_ANNOUNCEMENT_START NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START - name: Test upload to staging + # api-staging.web3.storage is now in read-only mode to match api.web3.storage being in 'read only' mode due to product sunset + continue-on-error: true run: | npm run build -w packages/client echo "$(date --utc --iso-8601=seconds) web3.storage upload test" > ./upload-test-small