Skip to content

Commit

Permalink
Merge pull request #627 from openSUSE/fixed_actions
Browse files Browse the repository at this point in the history
Small fixes in autosubmission
  • Loading branch information
lslezak authored Jun 14, 2023
2 parents 71c1966 + 78adbf5 commit 309ab7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/obs-staging-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
paths:
# run only when a service source is changed
- service/**
- Rakefile

jobs:
update_service:
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ end

Yast::Tasks.configuration do |conf|
conf.obs_api = "https://api.opensuse.org"
conf.obs_project = "systemsmanagement:Agama:Staging"
conf.obs_project = ENV["OBS_PROJECT"] || "systemsmanagement:Agama:Staging"
conf.package_dir = File.join(Rake.original_dir, "package")
conf.obs_target = "openSUSE_Tumbleweed"
package_name = package_name_from(Rake.original_dir)
Expand Down

0 comments on commit 309ab7a

Please sign in to comment.