File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -112,17 +112,4 @@ jobs:
112112 with :
113113 name : packages
114114 path : artifacts/packages/
115- if : ${{ github.ref_name == 'dev' || github.ref_name == 'future' || (startsWith(github.ref, 'refs/tags/v')) }}
116-
117- Create-Reports :
118- needs : [Build-Publish]
119- uses : moryx-industry/tools/.github/workflows/create-test-report.yml@v1
120- if : ${{ github.ref_name == 'dev' || github.ref_name == 'future' || (startsWith(github.ref, 'refs/tags/v')) }}
121-
122- Publish-Reports :
123- needs : [Create-Reports]
124- uses : moryx-industry/tools/.github/workflows/publish-test-coverage.yml@v1
125- secrets :
126- AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
127- AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
128-
115+ if : ${{ github.ref_name == 'dev' || github.ref_name == 'future' || (startsWith(github.ref, 'refs/tags/v')) }}
You can’t perform that action at this time.
0 commit comments