Skip to content

Commit

Permalink
chore: nix build checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Aug 13, 2024
1 parent 0bb6abe commit b4a238b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
fetch-depth: 0
fetch-tags: true
- name: aws-creds
Expand Down Expand Up @@ -56,4 +55,3 @@ jobs:
-e AWS_SESSION_TOKEN=${{ env.AWS_SESSION_TOKEN }} \
base_nix bash -c "./workspace/docker/nix/build_nix.sh"
name: build psql bundle on ${{ matrix.arch }}

0 comments on commit b4a238b

Please sign in to comment.