ci: dont pull in the lfs for teh PR pipeline build
Some checks failed
/ check_lfs (push) Successful in 11s
/ check_lfs (pull_request) Successful in 10s
/ lint_fmt (pull_request) Failing after 52s
/ lint_clippy (pull_request) Failing after 50s
/ build (pull_request) Has been skipped

This commit is contained in:
silver 2025-07-21 01:10:58 +01:00
parent 5feeb89bfd
commit d82fcf4d37
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -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