Skip to content

Commit

Permalink
fix: set ci job names (#12)
Browse files Browse the repository at this point in the history
* fix: set ci job names
  • Loading branch information
sanathkumarbs authored Jan 27, 2024
1 parent d46ffe1 commit 9690a10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/base-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
lint-fmt:
name: Lint and Format
runs-on: ubuntu-latest

steps:
Expand All @@ -25,6 +26,7 @@ jobs:
run: make fmt

build:
name: Build
runs-on: ubuntu-latest

steps:
Expand All @@ -42,4 +44,4 @@ jobs:
run: make build-go

- name: Make Build Docker Images
run: make build-image
run: make build-image
3 changes: 2 additions & 1 deletion .github/workflows/migrations-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
migrations:
name: Migrations
runs-on: ubuntu-latest

steps:
Expand All @@ -21,4 +22,4 @@ jobs:
id: modified-migrations
- uses: sbdchd/squawk-action@v1
with:
pattern: ${{ steps.modified-migrations.outputs.file_names }}
pattern: ${{ steps.modified-migrations.outputs.file_names }}

0 comments on commit 9690a10

Please sign in to comment.