From bb10f0a177108e4ccfc519f4b522809c8c9e6532 Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Fri, 23 Feb 2024 14:05:56 -0800 Subject: [PATCH] update notify and remove components for test --- .github/workflows/cd-deploy-www-staging.yml | 6 +++--- sites/fast-website/src/public/header.ejs | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cd-deploy-www-staging.yml b/.github/workflows/cd-deploy-www-staging.yml index 975340509cb..00e15c90129 100644 --- a/.github/workflows/cd-deploy-www-staging.yml +++ b/.github/workflows/cd-deploy-www-staging.yml @@ -63,13 +63,13 @@ jobs: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.AZURE_WEBAPP_DIST_PATH }} - deploy_pr_to_staging: + download_artifact_for_staging: if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') runs-on: ubuntu-latest needs: build steps: - - name: Deploy PR + - name: Download Artifact uses: actions/download-artifact@v2 with: name: ${{ env.ARTIFACT_NAME }} @@ -156,7 +156,7 @@ jobs: notify: runs-on: ubuntu-latest - needs: deploy_to_staging + needs: [download_artifact_for_staging, deploy_active_region, deploy_passive_region] steps: - name: Notify on Discord diff --git a/sites/fast-website/src/public/header.ejs b/sites/fast-website/src/public/header.ejs index 860367be6c0..cf40382fd14 100644 --- a/sites/fast-website/src/public/header.ejs +++ b/sites/fast-website/src/public/header.ejs @@ -11,7 +11,6 @@ <%= require("svg/icon-brand.svg") %> <%= require("svg/icon-brand-fast.svg") %> - Components Documentation Community