From 684846191dd1cfc18698d3ee50a8d5aee20beb1c Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Tue, 28 Nov 2023 15:27:00 +0530 Subject: [PATCH] Update tests.yml (#606) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fdee6fea5..abe35420a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: CI concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true on: # yamllint disable-line rule:truthy