Skip to content

Commit ae1d2b0

Browse files
committed
feat(18-reusable-workflows): add dependency between deploy and e2e
1 parent 871bdd7 commit ae1d2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/18-3-reusable-workflows.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ jobs:
1010
target-directory: dummmy-dir
1111
e2e-tests:
1212
uses: udemy-lauromueller/github-actions-course-example-e2e/.github/workflows/e2e.yaml@main
13+
needs: deploy
1314
secrets:
1415
access-token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)