Merge pull request #734 from openSUSE/po_merge_6052323589 #63
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 cockpit-agama | |
on: | |
# runs on pushes targeting the default branch | |
push: | |
branches: | |
- master | |
paths: | |
# run only when a web frontend source is changed | |
- web/** | |
jobs: | |
update_staging: | |
uses: ./.github/workflows/obs-staging-shared.yml | |
# pass all secrets | |
secrets: inherit | |
with: | |
install_packages: obs-service-node_modules | |
project_name: systemsmanagement:Agama:Staging | |
package_name: cockpit-agama |