Skip to content

Commit c47e407

Browse files
committed
ci: Add fetch-depth and remove duplicate checkout
1 parent b477ac3 commit c47e407

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/nf-test-action/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ inputs:
1717
runs:
1818
using: "composite"
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21-
2220
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
2321
with:
2422
distribution: "temurin"

.github/workflows/gpu-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757

5858
steps:
5959
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
60+
with:
61+
fetch-depth: 0
6162
- name: Run nf-test Action
6263
uses: ./.github/actions/nf-test-action
6364
env:

.github/workflows/nf-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ jobs:
8282
SENTIEON_ENCRYPTION_KEY: ${{ secrets.SENTIEON_ENCRYPTION_KEY }}
8383
steps:
8484
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
85+
with:
86+
fetch-depth: 0
8687
- name: Run nf-test Action
8788
uses: ./.github/actions/nf-test-action
8889
with:

0 commit comments

Comments
 (0)