From fe38165a85b25a157a2df308da4c0ec7adaff9ab Mon Sep 17 00:00:00 2001 From: Trent Schmidt Date: Thu, 29 Feb 2024 11:34:35 -0500 Subject: [PATCH] names --- .github/workflows/rollover-applications.yaml | 2 +- .github/workflows/rollover-design.yaml | 2 +- .github/workflows/rollover-platform.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rollover-applications.yaml b/.github/workflows/rollover-applications.yaml index 6e7770a..413cbd1 100644 --- a/.github/workflows/rollover-applications.yaml +++ b/.github/workflows/rollover-applications.yaml @@ -3,7 +3,7 @@ on: schedule: - cron: '0 16 * * 4' - cron: '0 17 * * 4' - +name: Rollover Applications Sprint jobs: move-to-next-iteration: name: Move to next iteration diff --git a/.github/workflows/rollover-design.yaml b/.github/workflows/rollover-design.yaml index 64f10f6..d9abdb1 100644 --- a/.github/workflows/rollover-design.yaml +++ b/.github/workflows/rollover-design.yaml @@ -3,7 +3,7 @@ on: schedule: # Runs "at 13:00, only on Thursday" (see https://crontab.guru) - cron: '0 13 * * 4' - +name: Rollover Design Sprint jobs: move-to-next-iteration: name: Move to next iteration diff --git a/.github/workflows/rollover-platform.yaml b/.github/workflows/rollover-platform.yaml index 5af24e7..702af25 100644 --- a/.github/workflows/rollover-platform.yaml +++ b/.github/workflows/rollover-platform.yaml @@ -3,7 +3,7 @@ on: schedule: - cron: '0 14 * * 4' - cron: '0 15 * * 4' - +name: Rollover Platform Sprint jobs: move-to-next-iteration: name: Move to next iteration