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