From 5aa27b57baee8f1da5f2289a981cf9786f457d2c Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 26 Aug 2026 18:59:08 +0100 Subject: [PATCH] [CI] Shorten dispatch settle wait to 10s --- .github/workflows/dispatch_build_scoped_rector.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch_build_scoped_rector.yaml b/.github/workflows/dispatch_build_scoped_rector.yaml index af08abe0..e11305e5 100644 --- a/.github/workflows/dispatch_build_scoped_rector.yaml +++ b/.github/workflows/dispatch_build_scoped_rector.yaml @@ -20,8 +20,8 @@ jobs: steps: - - name: "Wait 20 seconds after merge" - run: sleep 20 + name: "Wait 10 seconds after merge" + run: sleep 10 - name: "Check whether rector-src main is a release tag commit"