Skip to content

Commit

Permalink
[TM-1354] Give the github actions jobs meaningful names.
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Oct 24, 2024
1 parent 586079b commit 7d65036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
PHP_PROXY_TARGET: ${{ vars.PHP_PROXY_TARGET }}

jobs:
main:
deploy-api-gateway:
runs-on: ubuntu-latest
environment: ${{ inputs.env }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
IMAGE_TAG: ${{ github.sha }}

jobs:
main:
deploy-service:
runs-on: ubuntu-latest
environment: ${{ inputs.env }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
contents: read

jobs:
main:
build-lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d65036

Please sign in to comment.