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 68fc04e commit 617bb00Copy full SHA for 617bb00
.github/workflows/Tests.yml
@@ -82,7 +82,7 @@ on:
82
83
jobs:
84
tests:
85
- name: "Julia ${{ inputs.julia-version }} - ${{ inputs.self-hosted && 'self-hosted' || inputs.os }} - ${{ inputs.julia-arch }} : ${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
+ name: "Julia ${{ inputs.julia-version }} - ${{ inputs.self-hosted && 'self-hosted' || inputs.os }} ${{ inputs.group != '' && format(' - {0}', inputs.group) || '' }}"
86
continue-on-error: ${{ inputs.continue-on-error || inputs.julia-version == 'nightly' }}
87
runs-on: "${{ inputs.self-hosted && 'self-hosted' || inputs.os }}"
88
timeout-minutes: ${{ inputs.timeout-minutes }}
0 commit comments