Skip to content

Commit

Permalink
Explicitly specify job name for required status checks (#2356)
Browse files Browse the repository at this point in the history
* Explicitly specify job name for required status checks

* Adjust names
  • Loading branch information
nguyentvan7 authored Aug 5, 2024
1 parent 500a860 commit d6f4ae3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
name: 'build'
steps:
- uses: actions/checkout@v4
- name: Get Cache Key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-go-next-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
types: [opened, reopened, synchronize, labeled]

jobs:
call-build-gi-frontend:
call-build:
uses: ./.github/workflows/build-frontend.yml
with:
frontend_name: 'gi-frontend'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-go-wr-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
types: [opened, reopened, synchronize, labeled]

jobs:
call-build-frontend:
call-build:
uses: ./.github/workflows/build-frontend.yml
with:
frontend_name: 'frontend'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-somnia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
name: 'call-build / build'
steps:
- uses: actions/checkout@v4
- name: Get Cache Key
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sro-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
types: [opened, reopened, synchronize, labeled]

jobs:
call-build-frontend:
call-build:
uses: ./.github/workflows/build-frontend.yml
with:
frontend_name: 'sr-frontend'
Expand Down

0 comments on commit d6f4ae3

Please sign in to comment.