fix[stack-testing-setup]: trigger only when dockerbuild finishes

This commit is contained in:
Aditya
2024-05-24 03:09:10 +05:30
parent 550a9a537b
commit d1e4de5b44
+5 -1
View File
@@ -1,6 +1,10 @@
name: Docker Compose Up and Ping name: Docker Compose Up and Ping
on: [push] on:
workflow_run:
workflows: ["dockerbuild"]
types:
- completed
jobs: jobs:
build: build: