Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 7afc9c0

Browse files
committed
revert(ci/github workflows): add branch reference to checkout action
This reverts commit 4235f49.
1 parent 669224a commit 7afc9c0

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

.github/workflows/docs-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
with:
9-
ref: ${{ github.head_ref || github.ref }}
108

119
- uses: dorny/paths-filter@v3
1210
id: changes

.github/workflows/e2e-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66

77
steps:
88
- uses: actions/checkout@v4
9-
with:
10-
ref: ${{ github.head_ref || github.ref }}
119

1210
- uses: dorny/paths-filter@v3
1311
id: changes

.github/workflows/integration-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
with:
18-
ref: ${{ github.head_ref || github.ref }}
1917

2018
- uses: dorny/paths-filter@v3
2119
id: changes

.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v4
9-
with:
10-
ref: ${{ github.head_ref || github.ref }}
119

1210
- uses: actions/setup-go@v5
1311
with:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66

77
steps:
88
- uses: actions/checkout@v4
9-
with:
10-
ref: ${{ github.head_ref || github.ref }}
119

1210
- uses: dorny/paths-filter@v3
1311
id: changes

0 commit comments

Comments
 (0)