Skip to content

Commit e4542c6

Browse files
committed
update names
1 parent 1833419 commit e4542c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lambda_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656

5757
jobs:
5858
build:
59-
name: Build
59+
name: Build (${{ inputs.environment }})
6060
runs-on: ubuntu-latest
6161
permissions:
6262
contents: read

.github/workflows/lambda_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737

3838
jobs:
3939
deploy:
40-
name: Deploy
40+
name: Deploy (${{ inputs.environment }})
4141
runs-on: ubuntu-latest
4242
environment: ${{ inputs.environment }}
4343
steps:

0 commit comments

Comments
 (0)