Skip to content

Commit

Permalink
fix: no longer perform conventional commit check on the merge queue (#…
Browse files Browse the repository at this point in the history
…1989)

No longer perform conventional commit check on the merge queue since
this now fails with our updated GitHub configuration.

Solves PZ-4430
  • Loading branch information
edgarvonk authored Nov 4, 2024
1 parent d8d963c commit bc81f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/check-for-conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name: Check for conventional commits
on:
pull_request:
types: [opened, edited, synchronize]
merge_group:

jobs:
check-for-conventional-commits:
Expand Down

0 comments on commit bc81f80

Please sign in to comment.