fix(clustertool): remove dependency on specific workflow for automerge

This commit is contained in:
Kjeld Schouten
2024-10-27 00:21:44 +02:00
parent 6c1a4d6d77
commit 5ac0f5476b
@@ -2,7 +2,8 @@ name: Automerge and Approve
on:
workflow_run:
workflows: ["Pull Request: Validate"] # Name of the main CI workflow
# If you want to filter based on a specific finisher workflow, add here
# workflows: ["Pull Request: Validate"] # Name of the main CI workflow
types:
- completed