ci: Trigger E2E test only after images available on registry

This commit is contained in:
Rahul Patil
2024-07-10 14:54:58 +02:00
parent fe13fccdc2
commit 3883d23316

View File

@@ -6,6 +6,11 @@ on:
- ready_for_review
workflow_call:
workflow_run:
workflows: ["Build and Test"]
types:
- completed
defaults:
run:
shell: bash -euxo pipefail {0}