Skip to content

Submit the code from "release" branch to a separate OBS project #10

Submit the code from "release" branch to a separate OBS project

Submit the code from "release" branch to a separate OBS project #10

name: Submit agama-integration-tests
on:
# runs on pushes targeting the default branch
push:
branches:
- master
- release
paths:
# run only when a source file is changed
- puppeteer/**
# allow running manually
workflow_dispatch:
jobs:
update_staging:
uses: ./.github/workflows/obs-staging-shared.yml
# pass all secrets
secrets: inherit
with:
install_packages: obs-service-node_modules
package_name: agama-integration-tests
service_file: puppeteer/package/_service