]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
.github/workflows/qa-symlink: run only for active branches
authorPatrick Donnelly <pdonnell@ibm.com>
Mon, 27 Jul 2026 13:15:45 +0000 (09:15 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 27 Jul 2026 13:35:56 +0000 (09:35 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/qa-symlink.yml

index 6f076c0037e8689b0de9d0a105542c932bfb8c79..96f79fc63def157b30ca0479f9309cbb5da23006 100644 (file)
@@ -2,6 +2,12 @@
 name: "Check for missing .qa links"
 on:
   pull_request:
+    # Run CI check only for branches which are active and a target for a PR
+    branches:
+      - main
+      - umbrella
+      - tentacle
+      - squid
     types:
       - opened
       - synchronize