Skip to content

Commit

Permalink
ci: Disambiguate GitHub job IDs to fix required status checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ashovlin committed Mar 4, 2024
1 parent 74bb0e8 commit 0a6b252
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/DetectCDKBootstrapVersionChanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Detect CDK Bootstrap Version Changes
on: [pull_request]

jobs:
build:

detect-cdk-bootstrap-changes:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/DetectDocGeneratorChanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ permissions:
id-token: write

jobs:
build:

detect-documentation-changes:
runs-on: ubuntu-latest

steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@8c3f20df09ac63af7b3ae3d7c91f105f857d8497 #v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/DetectRestAPIClientChanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ name: Detect Rest API Client Changes
on: [pull_request]

jobs:
build:

detect-restapi-client-changes:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codebuild-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
id-token: write

jobs:
build:
run-integration-tests:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand Down

0 comments on commit 0a6b252

Please sign in to comment.