Skip to content

Remove problematic case from migration. #1593

Remove problematic case from migration.

Remove problematic case from migration. #1593

Workflow file for this run

name: Deploy (dev -> e2e -> prod)
on:
push:
branches:
- main
paths-ignore:
- 'kafka-aiven/**'
- '.github/dependabot.yml'
jobs:
deploy_to_dev:
name: Dev
permissions:
contents: write
id-token: write
uses: ./.github/workflows/deploy-to-dev.yaml
with:
e2e_tag: latest
secrets:
NAIS_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
deploy_to_prod:
name: Prod
permissions:
contents: write
id-token: write
needs: deploy_to_dev
uses: ./.github/workflows/deploy-to-prod.yaml
secrets:
NAIS_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}