]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
obs: enable PR CI workflow
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 4 Jun 2026 15:43:28 +0000 (16:43 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 4 Jun 2026 17:08:38 +0000 (18:08 +0100)
Build packages on OBS against the PR and reports status back
to Github. This just builds the systemd package for now, next
step is to also build particleos images.

.obs/workflows.yml

index b0bfbc5f724057370a4d110d5097c396193bf136..4f7c00d486c100288d7297369b6e30da396705f0 100644 (file)
@@ -8,3 +8,14 @@ rebuild:
     branches:
       only:
         - main
+ci:
+  steps:
+    - branch_package:
+        source_project: system:systemd
+        source_package: systemd
+        target_project: system:systemd:ci
+  filters:
+    event: pull_request
+    branches:
+      only:
+        - main