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:
198198 token : ${{ secrets.CODECOV_TOKEN }}
199199 if : ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
200200
201- completion :
201+ completion-ci :
202202 needs : build
203203 runs-on : ubuntu-latest
204204 if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 4848 tags : |-
4949 adamtheturtle/vuforia-${{ matrix.image.name }}-mock:latest
5050
51- completion :
51+ completion-docker :
5252 needs : build
5353 runs-on : ubuntu-latest
5454 if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 4343 - uses : pre-commit-ci/lite-action@v1.1.0
4444 if : always()
4545
46- completion :
46+ completion-lint :
4747 needs : build
4848 runs-on : ubuntu-latest
4949 if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 8888 token : ${{ secrets.CODECOV_TOKEN }}
8989 if : ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
9090
91- completion :
91+ completion-skip-tests :
9292 needs : build
9393 runs-on : ubuntu-latest
9494 if : always() # Run even if one matrix job fails
Original file line number Diff line number Diff line change 7777 token : ${{ secrets.CODECOV_TOKEN }}
7878 if : ${{ github.event_name == 'pull_request' || github.event_name == 'push' }}
7979
80- completion :
80+ completion-windows-ci :
8181 needs : build
8282 runs-on : ubuntu-latest
8383 if : always() # Run even if one matrix job fails
You can’t perform that action at this time.
0 commit comments