Delete test-link-rewrites.yml (#3058)

pull/3060/head
Ashlee M Boyer 3 years ago committed by GitHub
parent a2692e0a68
commit 1c6ce3d3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/"
Loading…
Cancel
Save