Undoing changes to workflow trigger

This commit is contained in:
Ashlee Boyer 2023-01-23 18:34:22 -05:00
parent c5bc3d4b51
commit b388ddd253

View File

@ -1,10 +1,13 @@
name: Legacy Link Format Checker
on: [deployment_status]
on:
push:
paths:
- "website/content/**/*.mdx"
- "website/data/*-nav-data.json"
jobs:
check-links:
if: github.event.deployment_status.state == 'success'
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490
with:
repo-owner: "hashicorp"