Skip to content

Commit

Permalink
Update CI names
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Mar 16, 2024
1 parent f4b1bc7 commit e5a047e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:

jobs:
build-and-push-image-normal:
name: Build and Push Docker Image (Normal, MRI ruby Canary)
name: Build and Push Docker Image (MRI Canary)
runs-on: ubuntu-latest
if: github.repository_owner == 'Ruby-Network'
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-and-push-image-normal:
name: Build and Push Docker Image (Normal, MRI ruby)
name: Build and Push Docker Image (MRI)
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dockerHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
build-and-push-image-normal:
name: Build and Push Docker Image (Normal, MRI ruby)
name: Build and Push Docker Image (MRI)
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test The Docker Build
on: [pull_request, workflow_dispatch]
jobs:
build:
name: Test Docker Build (Normal, MRI ruby)
name: Test Docker Build (MRI)
runs-on: ubuntu-latest
if: github.repository_owner == 'Ruby-Network'
steps:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"progress-estimator": "^0.3.1",
"rammerhead": "https://github.com/Ruby-Network/rammerhead/releases/download/v1/rammerhead-2.tgz",
"sass": "^1.71.1",
"terser": "^5.29.2",
"typescript": "^5.4.2",
"wisp-server-node": "^1.0.2",
"yaml": "^2.4.1"
Expand Down

0 comments on commit e5a047e

Please sign in to comment.