Skip to content

fix: Remove duplicate CI jobs in PR branches #138

fix: Remove duplicate CI jobs in PR branches

fix: Remove duplicate CI jobs in PR branches #138

Workflow file for this run

name: Release v1.5.2 CI
on:
pull_request:
branches:
- v1.5.2
push:
branches:
- v1.5.2
jobs:
build-rock:
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
scan-rock:
needs: build-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
publish-rock:
if: github.ref_name == 'v1.5.2'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]