From 1c6ce3d3a619bb39a81f31c5d40004f2ff85da39 Mon Sep 17 00:00:00 2001 From: Ashlee M Boyer <43934258+ashleemboyer@users.noreply.github.com> Date: Mon, 6 Mar 2023 17:12:41 -0500 Subject: [PATCH] Delete test-link-rewrites.yml (#3058) --- .github/workflows/test-link-rewrites.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/test-link-rewrites.yml diff --git a/.github/workflows/test-link-rewrites.yml b/.github/workflows/test-link-rewrites.yml deleted file mode 100644 index 3d71c0d273..0000000000 --- a/.github/workflows/test-link-rewrites.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Test Link Rewrites - -on: [deployment_status] - -permissions: - contents: read - -jobs: - test-link-rewrites: - if: github.event.deployment_status.state == 'success' - uses: hashicorp/dev-portal/.github/workflows/docs-content-link-rewrites-e2e.yml@2aceb60125f6c15f4c8dbe2e4d79148047bfa437 - with: - repo-owner: "hashicorp" - repo-name: "boundary" - commit-sha: ${{ github.sha }} - main-branch-preview-url: "https://boundary-git-main-hashicorp.vercel.app/" - # Workflow is only intended to run for one single migration PR - # This variable does not need to be updated - pr-branch-preview-url: "https://boundary-git-docs-ambmigrate-link-formats-hashicorp.vercel.app/"