Skip to content

Commit

Permalink
Update job name for nix remote
Browse files Browse the repository at this point in the history
  • Loading branch information
z8v committed Sep 3, 2023
1 parent d07bcd2 commit edba2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
access_token: ${{ github.token }}
test-nixpkgs:
name: Build & Test - Nixpkgs - ${{ matrix.bzlmodEnabled && 'bzlmod' || 'workspace' }} - ${{ matrix.os }}
name: Build & Test - Nixpkgs - ${{ matrix.bzlmodEnabled && 'bzlmod' || 'workspace' }} ${{ matrix.withNixRemote && '- NixRemote' || '' } - ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit edba2f5

Please sign in to comment.