Delete test-link-rewrites.yml

This commit is contained in:
Ashlee M Boyer 2023-03-06 15:27:04 -05:00 committed by GitHub
parent 2a22359380
commit c4f39da09b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +0,0 @@
name: Test Link Rewrites
on: [deployment_status]
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: 'vagrant'
commit-sha: ${{ github.sha }}
main-branch-preview-url: 'https://vagrant-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://vagrant-git-docs-ambmigrate-link-formats-hashicorp.vercel.app/'