Skip to content

Commit

Permalink
Add zero downtime migration test to Slack notification (kyma-project#…
Browse files Browse the repository at this point in the history
…1399)

* Add zero downtime migration test to Slack notification

* Add zero downtime migration test to Slack notification
  • Loading branch information
Tim Riffer authored Oct 24, 2024
1 parent a4d788d commit 7f6f82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
name: Slack Notification
runs-on: ubuntu-latest
if: ${{ failure() }}
needs: [integration-tests, upgrade-tests, custom-domain-integration-gcp, custom-domain-integration-aws]
needs: [integration-tests, upgrade-tests, custom-domain-integration-gcp, custom-domain-integration-aws, migration-downtime-tests]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 7f6f82e

Please sign in to comment.