From 99d7258766185f3c61a18ccb810c69a0ba8f42d8 Mon Sep 17 00:00:00 2001 From: AdnoC Date: Tue, 25 Jul 2023 11:14:54 -0400 Subject: [PATCH] TESTING: run --- .github/workflows/auto-patch-release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/auto-patch-release.yml b/.github/workflows/auto-patch-release.yml index 23d0143e..7ffeac16 100644 --- a/.github/workflows/auto-patch-release.yml +++ b/.github/workflows/auto-patch-release.yml @@ -1,8 +1,6 @@ name: Automatically create patch release every 2 weeks on: - schedule: - # Run every Thurdsay right before midnight - - cron: '59 23 * * 4' + pull_request jobs: create_patch_release: name: Create release