Skip to content

Commit

Permalink
Rename GHA workflow job names
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Dec 15, 2024
1 parent 714376a commit 2c2d245
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sst.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
required: true

jobs:
Deploy:
deploy:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sst.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'release/**'

jobs:
Deploy:
dev:
uses: ./.github/workflows/sst.deploy.yml
with:
environment: Development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sst.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+'

jobs:
Deploy:
prod:
uses: ./.github/workflows/sst.deploy.yml
with:
environment: Production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sst.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '*'

jobs:
Deploy:
staging:
uses: ./.github/workflows/sst.deploy.yml
with:
environment: Staging
Expand Down

0 comments on commit 2c2d245

Please sign in to comment.