From 4a9ee3f1be8e24928e3d1ed9bb5bae97d3e81ebd Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 9 Oct 2023 07:56:48 +0200 Subject: [PATCH] chore: Remove scheduled generation of API client --- .github/workflows/gen-client.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/gen-client.yml b/.github/workflows/gen-client.yml index 2cd3ab9..189f176 100644 --- a/.github/workflows/gen-client.yml +++ b/.github/workflows/gen-client.yml @@ -1,7 +1,5 @@ name: Generate API Client on: - schedule: - - cron: '0 8 * * *' workflow_dispatch: jobs: