From 4749080fa5d8a1a893c206289a2a083d4f320f16 Mon Sep 17 00:00:00 2001 From: Amy Galles <9685081+AmyLGalles@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:21:15 -0700 Subject: [PATCH] restore setting to run weekdays --- .github/workflows/publish-github-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index 663607d20c..3a8e1eb99c 100644 --- a/.github/workflows/publish-github-release.yml +++ b/.github/workflows/publish-github-release.yml @@ -3,7 +3,7 @@ name: Publish Password Manager and Authenticator GitHub Release as newest on: workflow_dispatch: schedule: - - cron: '0 * * * *' # Every hour on the hour + - cron: '0 * * * 1-5' # Every hour on the hour on weekdays permissions: contents: write