Skip to content

Commit f8e80c8

Browse files
chore: Added workflow run completed
1 parent 75b6e27 commit f8e80c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/CD.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Version Control
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
workflow_run:
5+
workflows: ["Code Coverage"]
6+
types:
7+
- completed
78

89
workflow_dispatch:
910

@@ -12,8 +13,6 @@ jobs:
1213
if: github.actor != 'actions[bot]'
1314
runs-on: ubuntu-latest
1415

15-
needs: [test]
16-
1716
steps:
1817
- name: Checkout code
1918
uses: actions/checkout@v2

0 commit comments

Comments
 (0)