From aafa9bddd9273c67ebfbf7dc3a1f9a01afdccc0a Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Tue, 16 Apr 2024 21:12:16 +0700 Subject: [PATCH] test concurrency Signed-off-by: Anant Thazhemadam --- .github/workflows/FormatCheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 5c3f1eb..79a398c 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -9,6 +9,7 @@ on: tags: '*' pull_request: + jobs: format-check: name: "Format Checks"