From 3741a48acbe3d4d540781c19706103b071664e5c Mon Sep 17 00:00:00 2001 From: lordloki Date: Tue, 4 Feb 2025 00:15:16 +0100 Subject: [PATCH] UPBGE: Update publish-api-and-stubs.yml Due to new automated builds we have to reduce the execution of the publish API and Stubs. It will be launch once a week only. --- .github/workflows/publish-api-and-stubs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-api-and-stubs.yml b/.github/workflows/publish-api-and-stubs.yml index c9ae35cc742..d9baa57fac8 100644 --- a/.github/workflows/publish-api-and-stubs.yml +++ b/.github/workflows/publish-api-and-stubs.yml @@ -2,7 +2,7 @@ name: publish-api-and-stubs on: schedule: - - cron: "0 1 * * *" # Run at 1 AM UTC + - cron: "0 1 * * 0" # Execute Sundays at 1 AM UTC # Allows you to run this workflow manually from the Actions tab workflow_dispatch: