Skip to content

Commit

Permalink
Improved Clairity of CI Names (#455)
Browse files Browse the repository at this point in the history
* Updated names, improved clarity

* Do not set latest by default

---------

Co-authored-by: John Detter <no-reply@boppygames.gg>
  • Loading branch information
jdetter and John Detter authored Oct 27, 2023
1 parent cbbd998 commit 3d37f1d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contributor_check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Contributor Membership Check

on:
pull_request:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
branches:
- master
- staging
- development
- dev
tags:
- 'v*'


jobs:
docker-amd64:
runs-on: bare-metal
name: Build DockerHub Container
name: Build DockerHub AMD64 Container
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -27,6 +27,7 @@ jobs:
type=ref,event=branch,prefix=branch-
type=sha,prefix=commit-
type=ref,event=tag
type=raw,value=latest,enable=false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
docker-arm64:
runs-on: arm-runner
name: Build DockerHub Container
name: Build DockerHub ARM64 Container
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -78,6 +79,7 @@ jobs:
type=ref,event=branch,prefix=branch-
type=sha,prefix=commit-
type=ref,event=tag
type=raw,value=latest,enable=false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Linux SpacetimeDB client
name: Build Linux SpacetimeDB CLI

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
- master

jobs:
linux-amd64-client:
linux-amd64-cli:
runs-on: bare-metal

steps:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
endpoint: https://nyc3.digitaloceanspaces.com
destination_dir: ${{ steps.extract_branch.outputs.branch }}

linux-arm64-client:
linux-arm64-cli:
runs-on: arm-runner

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build MacOS SpacetimeDB client
name: Build MacOS SpacetimeDB CLI

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
- master

jobs:
macos-client:
macos-cli:
runs-on: macos-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Windows SpacetimeDB client
name: Build Windows SpacetimeDB CLI

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
- master

jobs:
windows-client:
windows-cli:
runs-on: windows-latest

steps:
Expand Down

1 comment on commit 3d37f1d

@github-actions
Copy link

@github-actions github-actions bot commented on 3d37f1d Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmarking failed. Please check the workflow run for details.

Please sign in to comment.