]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(pr): run job only on pull_request main branch
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 13 Sep 2025 19:44:22 +0000 (15:44 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 13 Sep 2025 19:48:32 +0000 (15:48 -0400)
I noticed that commisery job runs even when commit is not
changed. Align job with the rest of the GA.

.github/workflows/pr.yml

index c060b49bb197a9e29bd3f584ae0355c965111950..5292ac8440b79c6d277f41a78da3ad96ff4e761e 100644 (file)
@@ -2,7 +2,7 @@
 name: Commisery
 on:  # yamllint disable-line rule:truthy
   pull_request:
-    types: [edited, opened, synchronize, reopened]
+    branches: [main]
 
 jobs:
   commit-message: