diff --git a/.github/workflows/trigger-test-suites.yml b/.github/workflows/trigger-test-suites.yml index 16ee8e55c9..957d87908e 100644 --- a/.github/workflows/trigger-test-suites.yml +++ b/.github/workflows/trigger-test-suites.yml @@ -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" \