Skip to content

Commit

Permalink
Clean up workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
bsord committed Mar 2, 2024
1 parent 39521cb commit 04ccf37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
pull_request:

jobs:
terraform:
name: 'Terraform'
infrastructure:
name: 'Infrastructure'
runs-on: ubuntu-latest

# Checkout the repository to the GitHub Actions runner
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:

services:
name: 'Serverless'
needs: terraform
needs: infrastructure
runs-on: ubuntu-latest

# Required for Github-AWS OIDC to work
Expand Down

0 comments on commit 04ccf37

Please sign in to comment.