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: