Skip to content

Increased resources for EigerFan #58

Increased resources for EigerFan

Increased resources for EigerFan #58

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