Skip to content

Commit 6c2e0ee

Browse files
authoredDec 1, 2021
Run deployment after E2E tests (#193)
* trying to trigger one worfklow by another * do not trigger deployment on push * allow deployment for feature branch for sake of testing * testing triggering the e2e workflow * testing the deploy trigger
1 parent 0844f2d commit 6c2e0ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/deploy.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
name: Deployment
33

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

1014
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.