We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb6abe commit b4a238bCopy full SHA for b4a238b
.github/workflows/nix-build.yml
@@ -27,7 +27,6 @@ jobs:
27
- name: Check out code
28
uses: actions/checkout@v4
29
with:
30
- ref: ${{ github.event.pull_request.head.ref || github.ref }}
31
fetch-depth: 0
32
fetch-tags: true
33
- name: aws-creds
@@ -56,4 +55,3 @@ jobs:
56
55
-e AWS_SESSION_TOKEN=${{ env.AWS_SESSION_TOKEN }} \
57
base_nix bash -c "./workspace/docker/nix/build_nix.sh"
58
name: build psql bundle on ${{ matrix.arch }}
59
-
0 commit comments