From 0be05987ff5d5f64406c78308705dce7465eaa09 Mon Sep 17 00:00:00 2001 From: timur-malikov_GIDT Date: Wed, 4 Sep 2024 16:14:29 -0700 Subject: [PATCH] [VAN-125236] Removed unused SPECIFICATIONS inside github action. --- .github/workflows/generate-python-sdk.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/generate-python-sdk.yml b/.github/workflows/generate-python-sdk.yml index c1476f8..7b54744 100644 --- a/.github/workflows/generate-python-sdk.yml +++ b/.github/workflows/generate-python-sdk.yml @@ -12,11 +12,6 @@ on: env: SPEC_DIR: ${{ github.workspace }}/specs_preprocessed PYTHON_DIR: ${{ github.workspace }}/sdk-blueprints/python - SPECIFICATIONS: | - administration-apis, - analytic-model-apis, - data-in-apis, - data-out-apis jobs: generate-python-sdk: