Skip to content

Commit

Permalink
Shorter names
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed May 22, 2024
1 parent 6ebd246 commit 9a35585
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:

docs:
name: ${{ matrix.pkg.name }}
name: ${{ matrix.pkg.shortcut }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand All @@ -27,8 +27,10 @@ jobs:
matrix:
pkg:
- name: DifferentiationInterface
shortcut: DI
dir: './DifferentiationInterface'
- name: DifferentiationInterfaceTest
shortcut: DIT
dir: './DifferentiationInterfaceTest'

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9a35585

Please sign in to comment.