Skip to content

Commit

Permalink
ci: improve job name for Go Install workflow (#320)
Browse files Browse the repository at this point in the history
When looking at the workflow runs for the installation test, it's
confusing to tell which Relay branch was tested. This adds the branch to
the job name.
  • Loading branch information
cwaldren-ld authored and moshegood committed Feb 22, 2024
1 parent 8d8fe74 commit 4d657ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-installation-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
uses: ./.github/workflows/go-versions.yml

install-relay:
name: ${{ format('Go Install Test (Go {0})', matrix.go-version) }}
name: ${{ format('Installation Test (Go {0}, Relay {1})', matrix.go-version, matrix.relay-major) }}
needs: go-versions
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 4d657ac

Please sign in to comment.