Skip to content

Odin jungfrau configuration (#12) #51

Odin jungfrau configuration (#12)

Odin jungfrau configuration (#12) #51

Workflow file for this run

name: CI
on:
push:
jobs:
schema:
uses: ./.github/workflows/_schema.yaml
helm:
uses: ./.github/workflows/_helm.yaml
release:
if: github.ref_type == 'tag'
needs: [schema, helm]
uses: ./.github/workflows/_release.yaml