From eac11044c43ea3f0a039a03965c873f9133d9f4d Mon Sep 17 00:00:00 2001 From: Darrel Date: Sun, 30 Oct 2022 18:37:27 -0400 Subject: [PATCH] Update to create next agenda on Thursday --- .github/workflows/agenda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agenda.yaml b/.github/workflows/agenda.yaml index b3bb617ce5..b1f32e4477 100644 --- a/.github/workflows/agenda.yaml +++ b/.github/workflows/agenda.yaml @@ -11,7 +11,7 @@ name: agenda on: schedule: - - cron: '0 9 * * 1' + - cron: '0 16 * * 4' workflow_dispatch: {} jobs: