From 9ceb117591fe1442d3641beaea0108b5eeefc6e4 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 20 Feb 2021 16:33:58 -0800 Subject: [PATCH] fix prebuilt docker build (#20123) * try this * back to the schedule --- .github/workflows/prebuilt.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prebuilt.yaml b/.github/workflows/prebuilt.yaml index 7c9e79a073..80942b3bc5 100644 --- a/.github/workflows/prebuilt.yaml +++ b/.github/workflows/prebuilt.yaml @@ -26,7 +26,8 @@ jobs: uses: lewagon/wait-on-check-action@v0.2 with: ref: master - wait-interval: 20 + wait-interval: 30 + running-workflow-name: 'build prebuilt' - uses: actions/checkout@v2 with: submodules: true