Skip to content

Commit

Permalink
Update .github/workflows/deploy-integration-tests.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Pankaj Koti <pankaj.koti@astronomer.io>
  • Loading branch information
Lee-W and pankajkoti authored May 24, 2023
1 parent c628cd2 commit ce622ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Sleep and wait for the deployment to be ready
run: |
if [ "${{ inputs.environment_to_deploy }}" == "providers-integration-tests-on-KE" ]; then
# 30 minutes
# This means that only KE deployment was triggered and hence we do not need to wait for CE deployment's master DAG to complete. We just need to wait for 30 minutes for the deployment to be reflected.
sleep_time=1800
else
# 3 hours
Expand Down

0 comments on commit ce622ef

Please sign in to comment.