From 7535e42dd2a749a4d6079272608dbbd1115ede16 Mon Sep 17 00:00:00 2001 From: Dylan Page Date: Tue, 18 Jul 2023 00:11:03 -0400 Subject: [PATCH] fix: properly name website test --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d593324c81..e52d8b4db8 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -31,7 +31,7 @@ jobs: # Check that the website builds and there's no missing links. # 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: