Skip to content

Commit 6d72cde

Browse files
committed
Update dependencies in github workflow
This commit sets a set of dependencies between workflows. The chain of workflows is following: Validation -> E2E tests -> deployment
1 parent 2837296 commit 6d72cde

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on: # yamllint disable-line rule:truthy
55
workflow_run:
66
workflows:
77
- E2E-CI
8-
- validation
98
branches:
109
- main
1110
types:

.github/workflows/e2e.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
name: E2E-CI
33

44
on: # yamllint disable-line rule:truthy
5-
push:
5+
workflow_run:
6+
workflows:
7+
- validation
68
branches:
79
- main
10+
types:
11+
- completed
812
workflow_dispatch:
913
jobs:
1014

0 commit comments

Comments
 (0)