From d2b7c9bcbf4f1484248cc672036811845eeef63b Mon Sep 17 00:00:00 2001 From: grossmj Date: Sat, 24 Oct 2020 13:38:32 +1030 Subject: [PATCH] Do not build API documentation on schedule. --- .github/workflows/publish_api_documentation.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 46c09875..59289038 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -2,8 +2,6 @@ name: publish-api-documentation on: workflow_dispatch: - schedule: - - cron: "0 0 * * *" push: tags: - v3.*