File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 2929 - " mainnet"
3030 - " preprod"
3131 workflow_run :
32- workflows : ["Build and deploy GovTool test stack "]
32+ workflows : ["Check and Build QA "]
3333 types : [completed]
3434 branches :
3535 - test
4747 start_time : ${{ steps.set-pending-status.outputs.timestamp }}
4848 status : ${{ steps.run-tests.outcome }}
4949 steps :
50+ - name : Wait for qa deployment to complete
51+ if : ${{ github.event_name == 'workflow_run' }}
52+ run : |
53+ echo "Waiting for the deployment to be ready..."
54+ sleep 300
5055 - name : Checkout code
5156 uses : actions/checkout@v4
5257 with :
Original file line number Diff line number Diff line change 3131 - " preprod"
3232
3333 workflow_run :
34- workflows : ["Build and deploy GovTool test stack "]
34+ workflows : ["Check and Build QA "]
3535 types : [completed]
3636 branches :
3737 - test
5252 run :
5353 working-directory : tests/govtool-frontend/playwright
5454 steps :
55+ - name : Wait for qa deployment to complete
56+ if : ${{ github.event_name == 'workflow_run' }}
57+ run : |
58+ echo "Waiting for the deployment to be ready..."
59+ sleep 300
5560 - uses : actions/checkout@v4
5661 with :
5762 ref : ${{ env.COMMIT_SHA }}
You can’t perform that action at this time.
0 commit comments