Skip to content

feat: Update on_pull_request and introduce on_push workflow (#74) #1

feat: Update on_pull_request and introduce on_push workflow (#74)

feat: Update on_pull_request and introduce on_push workflow (#74) #1

Workflow file for this run

name: On Push
on:
push:
branches:
- main
- track/**
jobs:
on-push:
name: Get ROCKs modified and build-scan-test-publish them
uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main
permissions:
pull-requests: read
secrets: inherit
with:
microk8s-channel: 1.26/stable
juju-channel: 3.1/stable
python-version: "3.8"