Skip to content

Commit

Permalink
fix: remove param being passed to workflow_call that was only valid f…
Browse files Browse the repository at this point in the history
…or workflow_dispatch
  • Loading branch information
fibble committed Jan 20, 2025
1 parent 327b833 commit 7b3e869
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7b3e869

Please sign in to comment.