File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ concurrency:
1818
1919jobs :
2020 unit :
21- name : unit /${{ matrix.group }}-${{ matrix.julia-version }}-${{ matrix.os }}
21+ name : u /${{ matrix.group }}-${{ matrix.julia-version }}-${{ matrix.os }}
2222 runs-on : ${{ matrix.os }}
2323 timeout-minutes : 60
2424 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
8181 retention-days : 1
8282
8383 integration :
84- name : integration /${{ matrix.group }}-${{ matrix.julia-version }}-ubuntu-latest
84+ name : i /${{ matrix.group }}-${{ matrix.julia-version }}-ubuntu-latest
8585 runs-on : ubuntu-latest
8686 timeout-minutes : 60
8787 if : github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
You can’t perform that action at this time.
0 commit comments