Skip to content

Commit 2a65a3d

Browse files
authored
Report when broken links fails (#1301)
Previously even if this fails the user who merged/pushed to main will get no notification. Given that this is the last action it won't prevent anything else running
1 parent 73fc7d9 commit 2a65a3d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/staging.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ jobs:
132132
name: "Checks broken links"
133133
runs-on: ubuntu-latest
134134
needs: [build-deploy-staging]
135-
continue-on-error: true
136135
steps:
137136
- uses: actions/checkout@v3
138137
- uses: JustinBeckwith/linkinator-action@v1

0 commit comments

Comments
 (0)