Skip to content

fix: Experiment Identifier controls were not properly connected in se… #99

fix: Experiment Identifier controls were not properly connected in se…

fix: Experiment Identifier controls were not properly connected in se… #99

Workflow file for this run

name: Continuous
on:
push:
branches:
- 'develop'
paths-ignore:
- '.github/workflows/cache.yml'
- '.github/workflows/pr.yml'
- '.github/workflows/release.yml'
- 'README.md'
jobs:
BuildAndPackage:
uses: "./.github/workflows/_build_and_package.yml"
Publish:
needs: [BuildAndPackage]
uses: "./.github/workflows/_publishing.yml"
with:
publishType: 'continuous'
secrets:
HARBOR_USER: ${{ secrets.HARBOR_USER }}
HARBOR_SECRET: ${{ secrets.HARBOR_SECRET }}