diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ebe6d32d8..f0c2c737a 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -17,7 +17,7 @@ concurrency: jobs: docs: - name: ${{ matrix.pkg.name }} + name: ${{ matrix.pkg.shortcut }} runs-on: ubuntu-latest permissions: contents: write @@ -27,8 +27,10 @@ jobs: matrix: pkg: - name: DifferentiationInterface + shortcut: DI dir: './DifferentiationInterface' - name: DifferentiationInterfaceTest + shortcut: DIT dir: './DifferentiationInterfaceTest' steps: diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 7f90c7922..6c80d1ded 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -17,7 +17,7 @@ concurrency: jobs: test-DI: - name: DifferentiationInterface (${{ matrix.group }}) - Julia ${{ matrix.version }} + name: DI (${{ matrix.group }}) - Julia ${{ matrix.version }} runs-on: ubuntu-latest timeout-minutes: 60 permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created @@ -71,7 +71,7 @@ jobs: fail_ci_if_error: true test-DIT: - name: DifferentiationInterfaceTest- Julia ${{ matrix.version }} + name: DIT - Julia ${{ matrix.version }} runs-on: ubuntu-latest timeout-minutes: 60 permissions: # needed to allow julia-actions/cache to proactively delete old caches that it has created