chore: update workflow triggers to run on completion of Docker Build, Publish & Test
This commit is contained in:
4
.github/workflows/e2e-tests-split.yml
vendored
4
.github/workflows/e2e-tests-split.yml
vendored
@@ -13,7 +13,11 @@
|
||||
name: 'E2E Tests'
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["Docker Build, Publish & Test"]
|
||||
types: [completed]
|
||||
push:
|
||||
|
||||
branches: [main, development, 'feature/**', 'hotfix/**']
|
||||
paths:
|
||||
- 'frontend/**'
|
||||
|
||||
Reference in New Issue
Block a user