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'