From 9dfcecf5c63c860c6c7793046dfa95f62262442f Mon Sep 17 00:00:00 2001 From: Speakeasy Bot Date: Tue, 2 Apr 2024 21:45:45 +0100 Subject: [PATCH] Update workflow file --- .github/workflows/speakeasy_sdk_generation.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/speakeasy_sdk_generation.yml b/.github/workflows/speakeasy_sdk_generation.yml index 5f5fb28..3bd9c40 100644 --- a/.github/workflows/speakeasy_sdk_generation.yml +++ b/.github/workflows/speakeasy_sdk_generation.yml @@ -2,8 +2,8 @@ name: Generate permissions: checks: write contents: write - statuses: write pull-requests: write + statuses: write "on": workflow_dispatch: inputs: @@ -11,8 +11,6 @@ permissions: description: Force generation of SDKs type: boolean default: false - schedule: - - cron: 0 0 * * * jobs: generate: uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14