Skip to content

Commit 2997603

Browse files
authored
chore(ci): update pr-build job name to avoid conflict (#35121)
### Reason for this change Both PR Build workflow files have same job name which is confusing mergify ### Checklist - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 5682cbe commit 2997603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919
cancel-in-progress: true
2020

2121
jobs:
22-
build:
22+
pr-build:
2323
if: github.repository != 'aws/aws-cdk'
2424
runs-on: aws-cdk_ubuntu-latest_32-core
2525

0 commit comments

Comments
 (0)