From d82fcf4d37303b07093358b3aed17bf3c6394021 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 21 Jul 2025 01:10:58 +0100 Subject: [PATCH] ci: dont pull in the lfs for teh PR pipeline build --- .forgejo/workflows/on_pr.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.forgejo/workflows/on_pr.yaml b/.forgejo/workflows/on_pr.yaml index 55d6ef8..62a5da0 100644 --- a/.forgejo/workflows/on_pr.yaml +++ b/.forgejo/workflows/on_pr.yaml @@ -15,10 +15,6 @@ jobs: steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 - - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 - with: - repository: ${{ gitea.repository }} - ref_name: ${{ gitea.ref_name }} - run: nix build .#fmt --verbose # clippy is incredibly useful for making yer code better @@ -30,10 +26,6 @@ jobs: steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 - - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 - with: - repository: ${{ gitea.repository }} - ref_name: ${{ gitea.ref_name }} - run: nix build .#clippy --verbose build: @@ -43,9 +35,5 @@ jobs: steps: # get the repo first - uses: https://code.forgejo.org/actions/checkout@v4 - - uses: https://forgejo.skynet.ie/Skynet/actions/get_lfs@v3 - with: - repository: ${{ gitea.repository }} - ref_name: ${{ gitea.ref_name }} - name: "Build it locally" run: nix build --verbose \ No newline at end of file