Skip to content

Commit

Permalink
ci: Consistently put two blank lines between jobs for better visual s…
Browse files Browse the repository at this point in the history
…eparation
  • Loading branch information
wolfgangwalther committed Feb 10, 2024
1 parent f513a71 commit ca77731
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
path: postgrest-docker.tar.gz
if-no-files-found: error


Build-Macos-Nix:
name: Build MacOS (Nix)
runs-on: macos-latest
Expand Down Expand Up @@ -235,6 +236,7 @@ jobs:
result/postgrest.exe
if-no-files-found: error


Get-FreeBSD-CirrusCI:
name: Get FreeBSD build from CirrusCI
runs-on: ubuntu-latest
Expand All @@ -253,6 +255,7 @@ jobs:
path: postgrest
if-no-files-found: error


Build-Cabal:
strategy:
matrix:
Expand Down Expand Up @@ -287,6 +290,7 @@ jobs:
- name: Build
run: cabal build --enable-tests --enable-benchmarks all


Build-Cabal-Arm:
name: Build aarch64 (Cabal, GHC 9.4.8)
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-') }}
Expand Down Expand Up @@ -513,6 +517,7 @@ jobs:
# echo "Skipping updating description for pre-release..."
# fi


Release-Docker-Arm:
name: Release Arm Builds on Docker Hub
runs-on: ubuntu-latest
Expand Down Expand Up @@ -542,6 +547,7 @@ jobs:
envs: GITHUB_COMMIT,DOCKER_REPO,DOCKER_USER,DOCKER_PASS,REMOTE_DIR,VERSION,ISPRERELEASE
script: bash ~/$REMOTE_DIR/docker-publish.sh "$GITHUB_COMMIT" "$DOCKER_REPO" "$DOCKER_USER" "$DOCKER_PASS" "$REMOTE_DIR" "$VERSION" "$ISPRERELEASE"


Clean-Arm-Server:
name: Remove copied files from server
needs:
Expand Down

0 comments on commit ca77731

Please sign in to comment.