Skip to content

Commit

Permalink
Merge pull request #5197 from systeminit/fix/be-a-litte-patient
Browse files Browse the repository at this point in the history
A little patience never hurts
  • Loading branch information
johnrwatson authored Dec 31, 2024
2 parents 6ad6a38 + 7e39818 commit c65de96
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/deploy-service-restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,25 @@ jobs:
service: sdf
secrets: inherit

sleep-between:
name: Wait for 5 minutes
needs: restart-sdf
runs-on: ubuntu-latest
steps:
- name: Sleep for 5 minutes
run: sleep 300

e2e-validation:
needs:
- restart-sdf
- sleep-between
uses: ./.github/workflows/e2e-validation.yml
with:
environment: ${{ inputs.environment }}
secrets: inherit

api-test:
needs:
- restart-sdf
- sleep-between
uses: ./.github/workflows/run-api-test.yml
with:
environment: ${{ inputs.environment }}
Expand Down

0 comments on commit c65de96

Please sign in to comment.