From 97a9e92a9a11c1488d02756e843f857ee6ce9688 Mon Sep 17 00:00:00 2001 From: rkeur-shippo Date: Wed, 18 Dec 2024 08:11:08 -0500 Subject: [PATCH] update to match others (#99) --- .github/workflows/sdk_generation.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk_generation.yaml b/.github/workflows/sdk_generation.yaml index 485a52a0..1a368598 100644 --- a/.github/workflows/sdk_generation.yaml +++ b/.github/workflows/sdk_generation.yaml @@ -1,10 +1,12 @@ name: Generate + permissions: checks: write contents: write pull-requests: write statuses: write -"on": + +on: workflow_dispatch: inputs: force: @@ -12,7 +14,8 @@ permissions: type: boolean default: false schedule: - - cron: 0 0 * * * + - cron: "0 0 * * 1" # Mondays at 00:00 UTC + jobs: generate: uses: speakeasy-api/sdk-generation-action/.github/workflows/workflow-executor.yaml@v15