From 71515de261196856539253988601612940059fca Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Fri, 20 Sep 2024 22:18:36 +0530 Subject: [PATCH] rename action --- .github/workflows/checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 41fd954..5620c50 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -1,7 +1,7 @@ -name: Lint and Audit +name: Check docs links and headings concurrency: - group: lint-and-audit-${{ github.ref }} + group: docs-checks-${{ github.ref }} cancel-in-progress: true on: