Skip to content

Commit 752cab3

Browse files
authored
remove ref from checkout (#82)
1 parent bec1321 commit 752cab3

File tree

1 file changed

+0
-4
lines changed
  • template/.github/workflows

1 file changed

+0
-4
lines changed

template/.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout branch
1616
uses: actions/checkout@v4
17-
with:
18-
ref: ${{ github.head_ref }}
1917
- name: Run pre-commit-conda
2018
uses: quantco/pre-commit-conda@v1
2119
env:
@@ -24,8 +22,6 @@ jobs:
2422
steps:
2523
- name: Checkout branch
2624
uses: actions/checkout@v4
27-
with:
28-
ref: ${{ github.head_ref }}
2925
- name: Set up Conda env
3026
uses: mamba-org/setup-micromamba@0dea6379afdaffa5d528b3d1dabc45da37f443fc
3127
with:

0 commit comments

Comments
 (0)