Skip to content

Commit d924406

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

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ runs:
1818
using: "composite"
1919
steps:
2020
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
with:
22+
fetch-depth: 0
2123

2224
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
2325
with:

.github/workflows/gpu-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
TOTAL_SHARDS: 2
5757

5858
steps:
59-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
60-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
6159
- name: Run nf-test Action
6260
uses: ./.github/actions/nf-test-action
6361
env:

.github/workflows/nf-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ jobs:
8181
SENTIEON_LICENSE_MESSAGE: ${{ secrets.SENTIEON_LICENSE_MESSAGE }}
8282
SENTIEON_ENCRYPTION_KEY: ${{ secrets.SENTIEON_ENCRYPTION_KEY }}
8383
steps:
84-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
8684
- name: Run nf-test Action
8785
uses: ./.github/actions/nf-test-action
8886
with:

0 commit comments

Comments
 (0)