Skip to content

Commit

Permalink
ELevate CI: Scientific support AlmaLinux#3
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Oct 23, 2024
1 parent 1bc474d commit 7b9c89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elevate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ on:

jobs:
elevate:
name: ELevate to ${{ contains(matrix.distro, 'scientific') && 'from scientific to almalinux' || format('to {0}', matrix.distro) }} ${{ matrix.scenario }}
name: ELevate ${{ contains(matrix.distro, 'scientific') && 'from scientific to almalinux' || format('to {0}', matrix.distro) }} ${{ matrix.scenario }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 7b9c89f

Please sign in to comment.