mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
chore: skip CI for draft PRs
This commit is contained in:
parent
e39ddbb6c1
commit
46893ca71c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -16,6 +16,7 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
check:
|
||||
if: "github.event.pull_request.draft == false"
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Setup build environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue