Skip to content

Commit

Permalink
GHA: Include used stack.yaml file in job name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Dec 23, 2023
1 parent 9c213f9 commit 468b82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runner: "ubuntu-latest"
stack-yaml: "stack.ghc-8.10.yaml"
fail-fast: false
name: ${{ matrix.os.runner }}
name: ${{ matrix.os.runner }} - ${{ matrix.stack-yaml }}
runs-on: ${{ matrix.os.runner }}
steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 468b82c

Please sign in to comment.