1 parent aa8294a commit edb08b9Copy full SHA for edb08b9
1 file changed
.github/workflows/ci-reusable-pilot.yml
@@ -1,14 +1,13 @@
1
# B3-Pilot (2026-06-04): reusable-CI pilot, ADDITIV neben der bestehenden
2
-# ci.yml (kein Ersatz, kein BP-Touch). This caller intentionally uses a local
3
-# reusable workflow so the public repo does not fail at workflow graph creation
4
-# when a private cross-repo workflow is inaccessible.
+# ci.yml (kein Ersatz, kein BP-Touch). On pull requests this intentionally keeps
+# GitHub's synthetic merge ref, providing an integration smoke test complementary
+# to the exact-head scientific jobs. The caller uses a local reusable workflow.
5
name: ci-reusable-pilot
6
7
on:
8
push:
9
branches: [main]
10
pull_request:
11
- branches: [main]
12
13
permissions:
14
contents: read
0 commit comments