From 3e19b4e79ac2f581e10331958182781a3872599f Mon Sep 17 00:00:00 2001 From: Marc Littlemore Date: Fri, 24 Mar 2023 11:34:47 +0000 Subject: [PATCH] fix: add fallback ID for scheduled test run --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08cadb3319..3cc63ecc5d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ on: - cron: '0 0 * * *' concurrency: - group: ${{ github.head_ref }} + group: ${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: