Skip to content

Commit 75b6e27

Browse files
chore: Added workflow dependencie
1 parent 2186a17 commit 75b6e27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CD.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
if: github.actor != 'actions[bot]'
1313
runs-on: ubuntu-latest
1414

15+
needs: [test]
16+
1517
steps:
1618
- name: Checkout code
1719
uses: actions/checkout@v2

0 commit comments

Comments
 (0)