Restrict merge_group trigger to checks_requested activity

Explicitly define the activity type for merge_group to prevent
unnecessary workflow runs when a merge group is destroyed.
This commit is contained in:
vlakoff 2026-04-23 00:18:02 +02:00
parent 2a69093136
commit fbe37b1edf
No known key found for this signature in database
GPG key ID: D01DA5A5B698E332
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ on:
- 'v*.*.*'
pull_request:
merge_group:
types:
- checks_requested
workflow_dispatch:
inputs:
use_cache:

View file

@ -4,6 +4,8 @@ on:
push:
pull_request:
merge_group:
types:
- checks_requested
workflow_dispatch:
concurrency: