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 1fbdd69 commit 46a32d2Copy full SHA for 46a32d2
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
test:
39
needs: pre_job
40
if: needs.pre_job.outputs.should_skip != 'true'
41
- name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
+ name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
42
runs-on: ${{ matrix.os }}
43
strategy:
44
fail-fast: false
0 commit comments