From 865a283b75799f845edb1bec7b9222d0be614e75 Mon Sep 17 00:00:00 2001 From: Bruno Barbieri Date: Sat, 7 Sep 2024 00:42:49 +0300 Subject: [PATCH] fix tophat triggers --- .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