ci: Consistently put two blank lines between jobs for better visual separation
This commit is contained in:
@@ -164,6 +164,7 @@ jobs:
|
|||||||
path: postgrest-docker.tar.gz
|
path: postgrest-docker.tar.gz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|
||||||
Build-Macos-Nix:
|
Build-Macos-Nix:
|
||||||
name: Build MacOS (Nix)
|
name: Build MacOS (Nix)
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
@@ -235,6 +236,7 @@ jobs:
|
|||||||
result/postgrest.exe
|
result/postgrest.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|
||||||
Get-FreeBSD-CirrusCI:
|
Get-FreeBSD-CirrusCI:
|
||||||
name: Get FreeBSD build from CirrusCI
|
name: Get FreeBSD build from CirrusCI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -253,6 +255,7 @@ jobs:
|
|||||||
path: postgrest
|
path: postgrest
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|
||||||
Build-Cabal:
|
Build-Cabal:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -287,6 +290,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cabal build --enable-tests --enable-benchmarks all
|
run: cabal build --enable-tests --enable-benchmarks all
|
||||||
|
|
||||||
|
|
||||||
Build-Cabal-Arm:
|
Build-Cabal-Arm:
|
||||||
name: Build aarch64 (Cabal, GHC 9.4.8)
|
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-') }}
|
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/rel-') }}
|
||||||
@@ -513,6 +517,7 @@ jobs:
|
|||||||
# echo "Skipping updating description for pre-release..."
|
# echo "Skipping updating description for pre-release..."
|
||||||
# fi
|
# fi
|
||||||
|
|
||||||
|
|
||||||
Release-Docker-Arm:
|
Release-Docker-Arm:
|
||||||
name: Release Arm Builds on Docker Hub
|
name: Release Arm Builds on Docker Hub
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -542,6 +547,7 @@ jobs:
|
|||||||
envs: GITHUB_COMMIT,DOCKER_REPO,DOCKER_USER,DOCKER_PASS,REMOTE_DIR,VERSION,ISPRERELEASE
|
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"
|
script: bash ~/$REMOTE_DIR/docker-publish.sh "$GITHUB_COMMIT" "$DOCKER_REPO" "$DOCKER_USER" "$DOCKER_PASS" "$REMOTE_DIR" "$VERSION" "$ISPRERELEASE"
|
||||||
|
|
||||||
|
|
||||||
Clean-Arm-Server:
|
Clean-Arm-Server:
|
||||||
name: Remove copied files from server
|
name: Remove copied files from server
|
||||||
needs:
|
needs:
|
||||||
|
|||||||
Reference in New Issue
Block a user