Skip to content

Commit

Permalink
fix(ci): link_check required (#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage committed Jul 28, 2023
1 parent 1627398 commit 99c3a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website-required.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
# Check that there's no missing links for the website.
# This job builds the website, starts a server to serve it, and then uses
# muffet (https://github.com/raviqqe/muffet) to perform the link check.
website_check:
link_check:
if: github.event.pull_request.draft == false
runs-on: ubuntu-22.04
steps:
- run: 'echo "No testing required"'
- run: 'echo "No testing required"'

0 comments on commit 99c3a01

Please sign in to comment.