mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
CI: delete test-link-rewrites.yml (#16354)
This commit is contained in:
16
.github/workflows/test-link-rewrites.yml
vendored
16
.github/workflows/test-link-rewrites.yml
vendored
@@ -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: "nomad"
|
||||
commit-sha: ${{ github.sha }}
|
||||
main-branch-preview-url: "https://nomad-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://nomad-git-docs-ambmigrate-link-formats-hashicorp.vercel.app/"
|
||||
Reference in New Issue
Block a user