Skip to content

Commit b388ddd

Browse files
author
Ashlee Boyer
committed
Undoing changes to workflow trigger
1 parent c5bc3d4 commit b388ddd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/check-legacy-links-format.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: Legacy Link Format Checker
22

3-
on: [deployment_status]
3+
on:
4+
push:
5+
paths:
6+
- "website/content/**/*.mdx"
7+
- "website/data/*-nav-data.json"
48

59
jobs:
610
check-links:
7-
if: github.event.deployment_status.state == 'success'
811
uses: hashicorp/dev-portal/.github/workflows/docs-content-check-legacy-links-format.yml@475289345d312552b745224b46895f51cc5fc490
912
with:
1013
repo-owner: "hashicorp"

0 commit comments

Comments
 (0)