Skip to content

Let CI pass when pushing to codecov fails #263

Let CI pass when pushing to codecov fails

Let CI pass when pushing to codecov fails #263

Workflow file for this run

name: Glazed CI
on:
push:
branches:
- main
tags:
- "*"
pull_request:
jobs:
rust:
uses: ./.github/workflows/_rust.yml
container:
needs: rust
uses: ./.github/workflows/_container.yml
helm:
needs: container
uses: ./.github/workflows/_helm.yml