Skip to content

Commit

Permalink
fix tophat triggers (#6089)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Sep 7, 2024
1 parent 1531d6b commit ca94a94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macstadium-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca94a94

Please sign in to comment.