File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ jobs:
198
198
token : ${{ secrets.CODECOV_TOKEN }}
199
199
if : ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
200
200
201
- completion :
201
+ completion-ci :
202
202
needs : build
203
203
runs-on : ubuntu-latest
204
204
if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 48
48
tags : |-
49
49
adamtheturtle/vuforia-${{ matrix.image.name }}-mock:latest
50
50
51
- completion :
51
+ completion-docker :
52
52
needs : build
53
53
runs-on : ubuntu-latest
54
54
if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 43
43
- uses : pre-commit-ci/lite-action@v1.1.0
44
44
if : always()
45
45
46
- completion :
46
+ completion-lint :
47
47
needs : build
48
48
runs-on : ubuntu-latest
49
49
if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 88
88
token : ${{ secrets.CODECOV_TOKEN }}
89
89
if : ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
90
90
91
- completion :
91
+ completion-skip-tests :
92
92
needs : build
93
93
runs-on : ubuntu-latest
94
94
if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 77
77
token : ${{ secrets.CODECOV_TOKEN }}
78
78
if : ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
79
79
80
- completion :
80
+ completion-windows-ci :
81
81
needs : build
82
82
runs-on : ubuntu-latest
83
83
if : always() # Run even if one matrix job fails
You can’t perform that action at this time.
0 commit comments