Skip to content

Commit

Permalink
Merge pull request valkey-io#3088 from valkey-io/ephemeral_label
Browse files Browse the repository at this point in the history
Fixup (again) test-node-container job to bypass also checkout step in for non x86_64-unknown-linux-musl targets.
  • Loading branch information
ikolomi authored Feb 6, 2025
2 parents b0c5311 + 2ce5bc8 commit 59ee8c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ jobs:
apk update
apk add --no-cache git tar
- uses: actions/checkout@v4
- name: Checkout code
if: ${{ matrix.host.TARGET == 'x86_64-unknown-linux-musl' }}
uses: actions/checkout@v4

- name: Setup musl on Linux
if: ${{ matrix.host.TARGET == 'x86_64-unknown-linux-musl' }}
Expand Down

0 comments on commit 59ee8c1

Please sign in to comment.