Skip to content

Commit

Permalink
CI: Drop "fetch-depth: 0" from most GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
solardiz committed Jan 5, 2024
1 parent 14ac853 commit 8af6828
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -33,8 +31,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -47,8 +43,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -61,8 +55,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -75,8 +67,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -89,8 +79,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -103,8 +91,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -117,8 +103,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -131,8 +115,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -145,8 +127,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -159,8 +139,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -173,8 +151,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -187,8 +163,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand All @@ -201,8 +175,6 @@ jobs:
TARGET: x86_64
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: install dependencies
run: .ci/install-dependencies.sh
- name: build check
Expand Down

0 comments on commit 8af6828

Please sign in to comment.