Skip to content

Commit

Permalink
Fix OBS workflow for pushes to master
Browse files Browse the repository at this point in the history
Branching within a project creates links which accumulate.
Use trigger_services instead.
  • Loading branch information
Vogtinator committed Sep 26, 2024
1 parent 7d23be0 commit a47b0cd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .obs/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ ci_workflow:

master_workflow:
steps:
- branch_package:
source_project: devel:microos:ci:microos-tools
source_package: microos-tools
target_project: devel:microos:ci:microos-tools
- trigger_services:
project: devel:microos:ci:microos-tools
package: microos-tools
filters:
event: push
branches:
Expand Down

0 comments on commit a47b0cd

Please sign in to comment.