We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff2a16 commit 668e6fcCopy full SHA for 668e6fc
.github/workflows/Documentation.yml
@@ -17,7 +17,7 @@ concurrency:
17
jobs:
18
19
docs:
20
- name: Docs - ${{ matrix.pkg.name }}
+ name: ${{ matrix.pkg.name }}
21
runs-on: ubuntu-latest
22
permissions:
23
contents: write
.github/workflows/Test.yml
test:
- name: Test - ${{ matrix.pkg.name }} - Julia ${{ matrix.version }}
+ name: ${{ matrix.pkg.name }} - Julia ${{ matrix.version }}
runs-on: ${{ matrix.os }}
timeout-minutes: 60
permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created
0 commit comments