Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/approve-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ env:

jobs:
approve:
name: Approve Override
runs-on: ubuntu-latest
environment: override-approval
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
build:
name: Build JVM
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
build:
name: Build TypeScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/detect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ on:

jobs:
detect:
name: Detect Repo Contents
runs-on: ubuntu-latest
outputs:
has_yaml: ${{ steps.check.outputs.has_yaml }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ permissions:

jobs:
build:
name: Docker Build
runs-on: ubuntu-latest
outputs:
image_uri: ${{ steps.push.outputs.image_uri }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/eb-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ permissions:

jobs:
deploy:
name: EB Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ecs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ permissions:

jobs:
deploy:
name: ECS Deploy
runs-on: ubuntu-latest
steps:
- name: Generate GitHub App token
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/expand-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ permissions:

jobs:
expand:
name: Expand Terraform
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tf-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ permissions:

jobs:
apply:
name: Terraform Apply
runs-on: ubuntu-latest
env:
PLAN_BUCKET: javabin-ci-plan-artifacts-${{ inputs.aws_account_id }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tf-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ permissions:

jobs:
plan:
name: Terraform Plan
runs-on: ubuntu-latest
outputs:
has_changes: ${{ steps.plan.outputs.has_changes }}
Expand Down