Skip to content

Commit

Permalink
[Internal] Trigger the validate workflow in the merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorcast-db committed Jul 17, 2024
1 parent 6462912 commit 12ff566
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: Validate Commit Message
on:
pull_request:
types: [opened, synchronize, edited]
merge_group:
types: [checks_requested]

jobs:

validate:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 12ff566

Please sign in to comment.