Skip to content

fix(deps): update module github.com/argoproj/argo-rollouts to v1.8.0 … #239

fix(deps): update module github.com/argoproj/argo-rollouts to v1.8.0 …

fix(deps): update module github.com/argoproj/argo-rollouts to v1.8.0 … #239

Workflow file for this run

name: Main
on:
push:
branches: [main]
tags-ignore: '*'
jobs:
goreportcard:
runs-on: ubuntu-latest
steps:
- uses: creekorful/[email protected]
build:
uses: ./.github/workflows/build.yaml
lint:
uses: ./.github/workflows/lint.yaml
unit-tests:
uses: ./.github/workflows/test.yaml
publish:
uses: ./.github/workflows/publish.yaml
needs: [unit-tests, lint, build]
with:
publish: false