Skip to content

Commit 7716580

Browse files
Merge pull request #125 from scipp/remove-bad-head_ref
Build/tests must not checkout `github.head_ref`
2 parents 9efcb48 + 3ac79f0 commit 7716580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/pr_and_main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v2
4141
with:
42-
ref: ${{ github.head_ref }}
4342
fetch-depth: 0 # history required so cmake can determine version
4443
- uses: conda-incubator/setup-miniconda@v2
4544
- run: conda install --channel conda-forge --yes conda-build mamba boa

0 commit comments

Comments
 (0)