Skip to content

Remove unused compressed_size dataset to avoid long PV name warnings #176

Remove unused compressed_size dataset to avoid long PV name warnings

Remove unused compressed_size dataset to avoid long PV name warnings #176

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