chore: skip CI for draft PRs

This commit is contained in:
Harsh Shandilya 2025-05-25 13:36:42 +05:30
parent e39ddbb6c1
commit 46893ca71c

View file

@ -16,6 +16,7 @@ concurrency:
jobs:
check:
if: "github.event.pull_request.draft == false"
runs-on: macos-14
steps:
- name: Setup build environment