Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Oct 23, 2023
1 parent c0afcb8 commit 5a5f8f5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Links

on:
workflow_run:
workflows: [Vercel]
types:
- completed
deployment_status:

jobs:
## CHECKS ALL LINKS IN GUIDES
## RUNS AFTER VERCEL LINK IS DEPLOYED
check-links:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
name: Check Links
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5a5f8f5

Please sign in to comment.