From 34f658b8c46e6b264cf3608f4af8a3c0d3803a4f Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Fri, 5 Apr 2024 19:41:58 +0200 Subject: [PATCH] Don't run workflow on schedule anymore, only manually It broke once in a while, so better have an administrator manually start it and be ready to deal with it. --- .github/workflows/deploy-production-hosts.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-production-hosts.yaml b/.github/workflows/deploy-production-hosts.yaml index bb8fa55..af6fd6e 100644 --- a/.github/workflows/deploy-production-hosts.yaml +++ b/.github/workflows/deploy-production-hosts.yaml @@ -1,9 +1,5 @@ name: Maintain & Deploy Production Hosts on: - schedule: - # Run Wednesday and Friday (the days on which I (Julian) usually work) at - # 04:00. - - cron: "0 4 * * 3,5" workflow_dispatch: jobs: Run-Everything-Playbook: