Skip to content

chore: bump canonical/sdcore-github-workflows from 2.3.0 to 2.3.1 in the github_actions group #148

chore: bump canonical/sdcore-github-workflows from 2.3.0 to 2.3.1 in the github_actions group

chore: bump canonical/sdcore-github-workflows from 2.3.0 to 2.3.1 in the github_actions group #148

Workflow file for this run

name: Release v1.6.2 CI
on:
pull_request:
branches:
- v1.6.2
push:
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.6.2'
needs: scan-rock
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]