Skip to content

Bump kopf from 1.37.3 to 1.37.4 (#96) #52

Bump kopf from 1.37.3 to 1.37.4 (#96)

Bump kopf from 1.37.3 to 1.37.4 (#96) #52

Workflow file for this run

name: on push to main
on:
push:
branches:
- main
concurrency:
group: main
cancel-in-progress: true
jobs:
unit_tests:
uses: ./.github/workflows/tox.yaml
publish_images:
uses: ./.github/workflows/publish-images.yaml

Check failure on line 17 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / on push to main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yaml (Line: 17, Col: 11): Input ref is required, but not provided while calling.
publish_charts:
needs: [publish_images]
uses: ./.github/workflows/publish-charts.yaml
functional_tests:
needs: [publish_images]
uses: ./.github/workflows/functional.yaml