From 97b3bbf4a027b8634e36325649f23cca8678d212 Mon Sep 17 00:00:00 2001 From: Ethan <39577870+ethanndickson@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:41:00 +1100 Subject: [PATCH] ci: disable weekly-docs temporarily (#15484) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I updated it in #15424 and it's doing suspect things to block PRs 🙃 https://github.com/coder/coder/actions/runs/11797850940/job/32862729001?pr=15482 --- .github/workflows/weekly-docs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/weekly-docs.yaml b/.github/workflows/weekly-docs.yaml index ad2db344b2..e12f9366a9 100644 --- a/.github/workflows/weekly-docs.yaml +++ b/.github/workflows/weekly-docs.yaml @@ -4,11 +4,11 @@ on: schedule: - cron: "0 9 * * 1" workflow_dispatch: # allows to run manually for testing - pull_request: - branches: - - main - paths: - - "docs/**" + # pull_request: + # branches: + # - main + # paths: + # - "docs/**" permissions: contents: read