From 6daa7b6987fb465991dcb6f35d769913823e98de Mon Sep 17 00:00:00 2001 From: xynydev <60004820+xynydev@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:22:27 +0200 Subject: [PATCH] chore: add name for template-sync workflow --- .github/workflows/template-sync.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/template-sync.yml b/.github/workflows/template-sync.yml index 36f2d6f..b00e3d6 100644 --- a/.github/workflows/template-sync.yml +++ b/.github/workflows/template-sync.yml @@ -1,3 +1,4 @@ +name: template-sync on: schedule: - cron: "0 0 * * 1" # triggers on midnight on every monday