Skip to content

Commit

Permalink
chore(ci): fix title change on PR opened
Browse files Browse the repository at this point in the history
  • Loading branch information
barsukov committed Aug 15, 2024
1 parent a366637 commit 09d76ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-title-lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
title-lint:
name: Validate PR title
if: github.event.changes.title
if: github.event.action == 'opened' || github.event.changes.title != null
runs-on: ubuntu-latest
steps:
- name: CI Check Title
Expand Down

0 comments on commit 09d76ff

Please sign in to comment.