Skip to content

Commit

Permalink
dont run while in draft
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 committed Aug 30, 2024
1 parent 50241eb commit 39962e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macstadium-builds.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: iOS builds
on: [pull_request, workflow_dispatch]
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
workflow_dispatch:

jobs:
# Job to install dependencies
build:
runs-on: ["self-hosted"]
if: github.event.pull_request.draft == false
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit 39962e4

Please sign in to comment.