From e5f4dbc099e0212540f6aa04606da9c3439dbbe4 Mon Sep 17 00:00:00 2001 From: Anant Thazhemadam Date: Tue, 16 Apr 2024 21:11:12 +0700 Subject: [PATCH] test concurrency Signed-off-by: Anant Thazhemadam --- .github/workflows/FormatCheck.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/FormatCheck.yml b/.github/workflows/FormatCheck.yml index 35f435a..5c3f1eb 100644 --- a/.github/workflows/FormatCheck.yml +++ b/.github/workflows/FormatCheck.yml @@ -5,10 +5,11 @@ on: branches: - 'master' - 'release-' + - 'at/test-concurrency' tags: '*' pull_request: jobs: format-check: name: "Format Checks" - uses: "SciML/.github/.github/workflows/format-suggestions-on-pr.yml@014c98428fa1165dbf01478156359253f984fb0a" + uses: "SciML/.github/.github/workflows/format-suggestions-on-pr.yml@at/test-concurrency"