Skip to content

Commit

Permalink
chore: delay full e2e test suite for sanity suite run (#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs authored Jan 24, 2025
1 parent 78c50c7 commit d0fcdc4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/trigger-test-suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PAT }}
run: |
# Sleep for 15 minutes to allow the sanity test suite to complete first
sleep 15m
gh api \
--method POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit d0fcdc4

Please sign in to comment.