Skip to content

Commit f45a4a4

Browse files
committed
ci: Checkout pull request HEAD commit instead of merge commit
1 parent f44a3b4 commit f45a4a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/containers_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2929
with:
3030
token: ${{ secrets.nf_core_bot_auth_token }}
31+
ref: ${{ github.event.pull_request.head.sha }}
3132
- uses: nf-core/setup-nextflow@v2
3233
with:
3334
version: "25.01.0-edge"

0 commit comments

Comments
 (0)