From c92e645d730d41cc209aef5352c2001d3eb91fa7 Mon Sep 17 00:00:00 2001 From: sarahschwartz <58856580+sarahschwartz@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:50:51 -0600 Subject: [PATCH] try fix --- .github/workflows/links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 52ad0820e..f8e9ec821 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,7 +1,7 @@ name: Links on: - deployment_status: + [deployment_status] jobs: check-links: if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'