Skip to content

Commit 0f76638

Browse files
committed
remove ref from checkout action
1 parent add415d commit 0f76638

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-tests-n-coverage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
steps:
2626
- name: Checkout code
2727
uses: actions/checkout@v3
28-
with:
29-
ref: ${{ github.event.pull_request.head.sha }}
3028

3129
- uses: Swatinem/rust-cache@v2
3230
with:
@@ -98,8 +96,6 @@ jobs:
9896
steps:
9997
- name: Checkout code
10098
uses: actions/checkout@v3
101-
with:
102-
ref: ${{ github.event.pull_request.head.sha }}
10399

104100
- uses: Swatinem/rust-cache@v2
105101
with:

0 commit comments

Comments
 (0)