Skip to content

Commit

Permalink
rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 29, 2024
1 parent 6244bb0 commit 9ce7c88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-backend-docker-image.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build Backend Docker Image

on:
workflow_call:

jobs:
build-backend-docker-image:
name: Build Backend Docker Image
runs-on: ubuntu-latest
env:
REGISTRY: ghcr.io
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build Backend

on:
workflow_call:

jobs:
build-backend:
name: Build Backend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-onyx.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build Onyx

on:
workflow_call:

jobs:
build-onyx:
name: Build Onyx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-typescript-apps.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Build TypeScript Apps

on:
workflow_call:

jobs:
build-typescript-apps:
name: Build TypeScript Apps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9ce7c88

Please sign in to comment.