Skip to content

Commit 926a1f4

Browse files
committed
ci: cleanup
1 parent 9a0dccc commit 926a1f4

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ jobs:
7373
- name: Checkout
7474
uses: actions/checkout@v4
7575
with:
76-
fetch-depth: 0
7776
filter: blob:none
78-
persist-credentials: false
7977

8078
- name: Create env file
8179
run: |

.github/workflows/pre-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
fetch-depth: 0
1817
filter: blob:none
19-
persist-credentials: false
2018

2119
- name: Create env file
2220
run: |

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:
18-
fetch-depth: 0
1918
filter: blob:none
20-
persist-credentials: false
2119

2220
- name: Create env file
2321
run: |

0 commit comments

Comments
 (0)