File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 docs :
2020 name : ${{ matrix.pkg.shortcut }}
2121 runs-on : ubuntu-latest
22+ if : ${{ !contains(github.event.pull_request.labels.*.name, 'bump') }}
2223 permissions :
2324 contents : write
2425 statuses : write
Original file line number Diff line number Diff line change 1919 test-DI :
2020 name : ${{ matrix.version }} - DI (${{ matrix.group }})
2121 runs-on : ubuntu-latest
22+ if : ${{ !contains(github.event.pull_request.labels.*.name, 'bump') }}
2223 timeout-minutes : 60
2324 permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
2425 actions : write
@@ -131,6 +132,7 @@ jobs:
131132 test-DIT :
132133 name : ${{ matrix.version }} - DIT (${{ matrix.group }})
133134 runs-on : ubuntu-latest
135+ if : ${{ !contains(github.event.pull_request.labels.*.name, 'bump') }}
134136 timeout-minutes : 60
135137 permissions : # needed to allow julia-actions/cache to proactively delete old caches that it has created
136138 actions : write
Original file line number Diff line number Diff line change 11name = " DifferentiationInterface"
22uuid = " a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
33authors = [" Guillaume Dalle" , " Adrian Hill" ]
4- version = " 0.6.1 "
4+ version = " 0.6.2 "
55
66[deps ]
77ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
You can’t perform that action at this time.
0 commit comments