Skip to content

Get rid of the verify-actions-status script (#1355) #252

Get rid of the verify-actions-status script (#1355)

Get rid of the verify-actions-status script (#1355) #252

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