From f623d4cec3ea1a833862483617a845a78e401cac Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Mon, 13 Dec 2021 09:34:53 -0800 Subject: [PATCH] Remove scheduled releases The action will be released roughly every two weeks along with the CodeQL CLI release process. --- .github/workflows/update-release-branch.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 60817f215..ec0e8ee5a 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -1,7 +1,5 @@ name: Update release branch on: - schedule: - - cron: 0 9 * * 1 repository_dispatch: # Example of how to trigger this: # curl -H "Authorization: Bearer " -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'