From 9a0b63596dcd46419ab77a9fd737ffc0c576ad55 Mon Sep 17 00:00:00 2001 From: Chris Dinh Date: Thu, 3 Aug 2023 14:14:25 -0700 Subject: [PATCH] Remove generate on push --- .github/workflows/generate.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index f566ae5..f53e900 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -9,9 +9,6 @@ on: default: false schedule: - cron: 0 0 * * * # Runs every day at midnight - push: - branches: - - '*' jobs: generate: uses: speakeasy-api/sdk-generation-action/.github/workflows/sdk-generation.yaml@v14