From 5d54bd8137291dc3dcca2e66e3ecab75e260e237 Mon Sep 17 00:00:00 2001 From: aminya Date: Thu, 26 Nov 2020 19:31:10 -0600 Subject: [PATCH] Use the triggering branch name in the SnoopCompile branch --- .github/workflows/SnoopCompile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index e456eb65..d79a5627 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -78,7 +78,7 @@ jobs: commit-message: Update precompile_*.jl file title: "[AUTO] Update precompiles" labels: SnoopCompile - branch: "SnoopCompile_AutoPR" + branch: "Test_SnoopCompile_AutoPR_${{ github.ref }}" Skip: