CI: do shallow clones (#438)
This commit is contained in:
parent
2b7ce58d2f
commit
ba7f332a49
2
.github/workflows/check-flake-files.yml
vendored
2
.github/workflows/check-flake-files.yml
vendored
|
@ -21,8 +21,6 @@ jobs:
|
|||
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/common-setup
|
||||
|
|
4
.github/workflows/frontend.yml
vendored
4
.github/workflows/frontend.yml
vendored
|
@ -10,15 +10,13 @@ jobs:
|
|||
steps:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/common-setup
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Building search.nixos.org
|
||||
run: |
|
||||
|
|
4
.github/workflows/import-flakes.yml
vendored
4
.github/workflows/import-flakes.yml
vendored
|
@ -26,15 +26,13 @@ jobs:
|
|||
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/common-setup
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Building flake-info
|
||||
run: |
|
||||
|
|
4
.github/workflows/import-nixpkgs.yml
vendored
4
.github/workflows/import-nixpkgs.yml
vendored
|
@ -27,15 +27,13 @@ jobs:
|
|||
steps:
|
||||
- name: Checking out the repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/common-setup
|
||||
with:
|
||||
CACHIX_SIGNING_KEY: ${{ secrets.CACHIX_SIGNING_KEY }}
|
||||
|
||||
|
||||
|
||||
|
||||
- name: Building flake-info
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue