From 7b3e8698abe4ef2c8b3b53ea938eef9052afec43 Mon Sep 17 00:00:00 2001 From: Andrew Newton Date: Mon, 20 Jan 2025 09:40:47 +0000 Subject: [PATCH] fix: remove param being passed to workflow_call that was only valid for workflow_dispatch --- .github/workflows/cd.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 7f4976ec11..98afa6b2eb 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -298,7 +298,6 @@ jobs: account: nonprod environment: dev dry_run: false - submit_job: true etl_ref: ${{ needs.release-please.outputs.release_created && needs.release-please.outputs.tag_name || 'main' }} permissions: contents: read @@ -368,7 +367,6 @@ jobs: account: nonprod environment: int dry_run: false - submit_job: true etl_ref: ${{ needs.release-please.outputs.release_created && needs.release-please.outputs.tag_name || 'main' }} permissions: contents: read @@ -523,7 +521,6 @@ jobs: account: prod environment: prep dry_run: false - submit_job: true etl_ref: ${{ needs.release-please.outputs.tag_name }} permissions: contents: read @@ -618,7 +615,6 @@ jobs: account: prod environment: prod dry_run: false - submit_job: true etl_ref: ${{ needs.release-please.outputs.tag_name }} permissions: contents: read