feat(workflows): skip pr workflows on draft prs

This commit is contained in:
ArjixWasTaken
2025-10-12 03:51:17 +03:00
parent 9932316be1
commit 4f716d8e0b
4 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,7 @@ env:
jobs:
check-permissions:
if: github.event.pull_request.draft == false
name: Check if user has write access
runs-on: ubuntu-latest
outputs: