From ca94a9470cacd9f8a3efcac160272f3a66f2bce4 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri <1247834+brunobar79@users.noreply.github.com> Date: Sat, 7 Sep 2024 04:12:54 +0300 Subject: [PATCH] fix tophat triggers (#6089) --- .github/workflows/macstadium-builds.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macstadium-builds.yml b/.github/workflows/macstadium-builds.yml index 555ec762658..eb66d59324a 100644 --- a/.github/workflows/macstadium-builds.yml +++ b/.github/workflows/macstadium-builds.yml @@ -8,7 +8,8 @@ jobs: # Job to install dependencies build: runs-on: ["self-hosted"] - if: github.event.pull_request.draft == false + timeout-minutes: 75 + if: github.event.pull_request.draft == false && github.event.pull_request.merged == false concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true