Skip to content

Commit

Permalink
remove wait channels
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-ford-codecov committed Jun 2, 2024
1 parent c3bce8f commit a097c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
app: dedicated-cloud-clients
service: ${{ secrets.PRODVANA_SERVICE }}
parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }}
wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }}
# wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }}

- name: Create Sentry release
if: inputs.create_sentry_release
Expand Down

0 comments on commit a097c2f

Please sign in to comment.