From 436944082c65cc8569302ef222d95c20e978dcf9 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Tue, 1 Oct 2024 20:54:20 -0700 Subject: [PATCH] chore: add name to weekly_tag.yaml GitHub Actions workflow --- {{ .ProjectSnake }}/.github/workflows/weekly_tag.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{ .ProjectSnake }}/.github/workflows/weekly_tag.yaml b/{{ .ProjectSnake }}/.github/workflows/weekly_tag.yaml index 69a8f95..1e58999 100644 --- a/{{ .ProjectSnake }}/.github/workflows/weekly_tag.yaml +++ b/{{ .ProjectSnake }}/.github/workflows/weekly_tag.yaml @@ -1,6 +1,8 @@ # Apply a tag to HEAD at the beginning of each week. # We can use this to create semver-looking tags for releases like # 2020.44.123+abc1234 +name: Weekly Tag + on: schedule: # Mondays at 5am UTC / midnight EST