Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: skip test-shared workflow for draft PRs
  • Loading branch information
targos committed Oct 22, 2025
commit ec1f93ede3b6d6b0c4ae08322a22d2f4fb1bb46a
1 change: 1 addition & 0 deletions .github/workflows/test-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ permissions:

jobs:
build:
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix:
Expand Down