This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.20
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.20 by this push:
new 87c8e746423 Fix github action workflow (#12675)
87c8e746423 is described below
commit 87c8e746423268f0edbbbd74e6fdeb01fbddf0b2
Author: Pearl Dsilva <[email protected]>
AuthorDate: Mon Feb 23 02:59:31 2026 -0500
Fix github action workflow (#12675)
---
.github/workflows/merge-conflict-checker.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/merge-conflict-checker.yml
b/.github/workflows/merge-conflict-checker.yml
index 860e1c1b561..a997cb94ccc 100644
--- a/.github/workflows/merge-conflict-checker.yml
+++ b/.github/workflows/merge-conflict-checker.yml
@@ -18,8 +18,8 @@
name: "PR Merge Conflict Check"
on:
push:
- pull_request_target:
- types: [synchronize]
+ pull_request:
+ types: [opened, synchronize, reopened]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read