forked from Ninjalama/streamyfin_mirror
fix: Adds conditional check to validate PR title job (#901)
This commit is contained in:
1
.github/workflows/linting.yml
vendored
1
.github/workflows/linting.yml
vendored
@@ -14,6 +14,7 @@ permissions:
|
||||
jobs:
|
||||
validate_pr_title:
|
||||
name: "📝 Validate PR Title"
|
||||
if: github.event_name == 'pull_request'
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
Reference in New Issue
Block a user