AgamaProposal: fix bug when partitions are searched but not managed (… #234
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Submit rubygem-agama-yast | |
on: | |
# runs on pushes targeting the default branch | |
push: | |
branches: | |
- master | |
- release | |
paths: | |
# run only when a service source is changed | |
- service/** | |
- Rakefile | |
# allow running manually | |
workflow_dispatch: | |
jobs: | |
update_service: | |
uses: ./.github/workflows/obs-service-shared.yml | |
# pass all secrets | |
secrets: inherit |