From f014f2369a176127b756b99b5c67ef2152fa2be9 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 9 Nov 2021 16:08:31 -0500 Subject: [PATCH] Fallback to ref (#43) --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2b0be38..27e8688 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ on: - 'main' concurrency: - group: '${{ github.head_ref || github.base_ref }}' + group: '${{ github.head_ref || github.ref }}' cancel-in-progress: true jobs: