mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-03-09 21:03:55 +00:00
feat(workflows): skip pr workflows on draft prs
This commit is contained in:
1
.github/workflows/pr-build-artifacts.yml
vendored
1
.github/workflows/pr-build-artifacts.yml
vendored
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user