Skip to content

Commit 36980a3

Browse files
committed
ci: Try with head_ref
1 parent f45a4a4 commit 36980a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +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 }}
31+
ref: ${{ github.head_ref }}
3232
- uses: nf-core/setup-nextflow@v2
3333
with:
3434
version: "25.01.0-edge"

0 commit comments

Comments
 (0)