Skip to content

Commit

Permalink
Job names
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 16, 2024
1 parent d46dced commit a93d95e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
contents: read
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -23,6 +23,8 @@ jobs:
- '1' # automatically expands to the latest stable 1.x release of Julia.
os:
- ubuntu-latest
arch: # TODO: delete the `arch`
- x64 # TODO: delete the `arch`
steps:
- name: Determine if PR is from a fork
run: |
Expand Down

0 comments on commit a93d95e

Please sign in to comment.