From ba7f332a4931c87c5c0a1ae05c0ab88c720c7825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Favier?= Date: Mon, 28 Feb 2022 16:16:33 +0100 Subject: [PATCH] CI: do shallow clones (#438) --- .github/workflows/check-flake-files.yml | 2 -- .github/workflows/frontend.yml | 4 +--- .github/workflows/import-flakes.yml | 4 +--- .github/workflows/import-nixpkgs.yml | 4 +--- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/check-flake-files.yml b/.github/workflows/check-flake-files.yml index efe55e5..5edc9b4 100644 --- a/.github/workflows/check-flake-files.yml +++ b/.github/workflows/check-flake-files.yml @@ -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 diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index f65fbda..cd02506 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -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: | diff --git a/.github/workflows/import-flakes.yml b/.github/workflows/import-flakes.yml index 5041c82..ea4a5c4 100644 --- a/.github/workflows/import-flakes.yml +++ b/.github/workflows/import-flakes.yml @@ -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: | diff --git a/.github/workflows/import-nixpkgs.yml b/.github/workflows/import-nixpkgs.yml index f97c0f4..69d461f 100644 --- a/.github/workflows/import-nixpkgs.yml +++ b/.github/workflows/import-nixpkgs.yml @@ -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: |