Skip to content

Commit cec423d

Browse files
committed
Change the checkout ref
1 parent 1e262e0 commit cec423d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-merge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- linux/mips64le
2424
- linux/ppc64le
2525
- linux/s390x
26-
- linux/arm64 # Currently the unstable isn't running on arm64
26+
- linux/arm64
2727
- linux/riscv64
2828
exclude:
2929
- distribution: alpine
@@ -37,6 +37,8 @@ jobs:
3737
steps:
3838
- name: Checkout code
3939
uses: actions/checkout@v4
40+
with:
41+
ref: ${{ github.event.pull_request && github.sha || 'unstable' }}
4042
- uses: ./.github/actions/build-and-tag-locally
4143
with:
4244
distribution: ${{ matrix.distribution }}

0 commit comments

Comments
 (0)