Skip to content

limit caching secrets by label (#1250) #137

limit caching secrets by label (#1250)

limit caching secrets by label (#1250) #137

Workflow file for this run

name: push
on:
push:
branches: [ "main", "release-*" ]
jobs:
builds:
uses: ./.github/workflows/_build.yaml
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