mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
feat(workflows): skip pr workflows on draft prs
This commit is contained in:
1
.github/workflows/reviewdog.yml
vendored
1
.github/workflows/reviewdog.yml
vendored
@ -7,6 +7,7 @@ env:
|
||||
|
||||
jobs:
|
||||
eslint:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: runner / eslint
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user