From 4c01708b64787b831d4cdecf2c29ca87440d71c3 Mon Sep 17 00:00:00 2001 From: Benjamin Goering <171782+gobengo@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:34:26 -0800 Subject: [PATCH] ci: .github/workflows/api.yml test upload to staging step using api-staging.web3.storage now has continue-on-error: true (#2356) ...to be resilient to staging writes being disabled Motivation: * this pipeline after merging a release-please PR failed the deploy to staging job and I think this change would make it green. https://github.com/web3-storage/web3.storage/actions/runs/7616473142 --- .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