diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad928f935..5ea4c9be4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,35 +10,6 @@ env: BOT_EMAIL: opensource+bot@newrelic.com jobs: - checkout-and-build: - runs-on: ubuntu-latest - steps: - - name: Checkout repo - uses: actions/checkout@v2 - - - name: Setup Node.js - uses: actions/setup-node@v1 - with: - node-version: 12 - - - name: Get yarn cache directory path - id: yarn-cache-dir-path - run: echo "::set-output name=dir::$(yarn cache dir)" - - - uses: actions/cache@v2 - id: yarn-cache - with: - path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-yarn- - - - name: Install dependencies - run: yarn install --frozen-lockfile - - - name: Gatsby Build - run: yarn run build:production - generate-third-party-notices: runs-on: ubuntu-latest needs: checkout-and-build diff --git a/src/images/Dev_site_branch_protection_workflow_(develop_main).png b/src/images/Dev_site_branch_protection_workflow_(develop_main).png index 8e8b34b19..16e6ee460 100644 Binary files a/src/images/Dev_site_branch_protection_workflow_(develop_main).png and b/src/images/Dev_site_branch_protection_workflow_(develop_main).png differ