Skip to content

Cleanup Function CR details view (#1366) #258

Cleanup Function CR details view (#1366)

Cleanup Function CR details view (#1366) #258

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
with:
purpose: "dev"
img_directory: "prod"
img_version: ${{ github.sha }}
integrations:
needs: builds
secrets: inherit
uses: ./.github/workflows/_integration-tests.yaml
with:
image: europe-docker.pkg.dev/kyma-project/prod/serverless-operator:${{ github.sha }}
upgrades:
needs: builds
secrets: inherit
uses: ./.github/workflows/_upgrade-tests.yaml