Skip to content

Commit 88801b8

Browse files
committed
1 parent 265712b commit 88801b8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ jobs:
4545
rm -rfv "${file}"
4646
echo "TODO: https://docs.docker.com/engine/security/trust/"
4747
# yamllint enable rule:line-length
48-
# yamllint disable-line rule:line-length
49-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50-
with:
51-
fetch-depth: 0
52-
ref: ${{ github.event.workflow_run.head_commit.id }}
5348

5449
- name: Download embedded applications package
5550
# yamllint disable-line rule:line-length
@@ -77,6 +72,12 @@ jobs:
7772
&& rm z-wave-stack-binaries-*-Linux.tar.gz
7873
&& date -u
7974
75+
# yamllint disable-line rule:line-length
76+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77+
with:
78+
fetch-depth: 0
79+
ref: ${{ github.event.workflow_run.head_commit.id }}
80+
8081
- name: Run
8182
id: run
8283
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)