fix[stack-testing-setup]: trigger only when dockerbuild finishes
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
name: Docker Compose Up and Ping
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["dockerbuild"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user