Skip to content

Commit 9fbb471

Browse files
authored
ci(prbuild): update pr-build workflow to not run on aws-cdk repo (#34932)
### Reason for this change Stops pr-builds on aws/aws-cdk repository ### Description of changes Workflow disabled using an if condition in the workflow yaml - [ ] 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 0a0adf7 commit 9fbb471

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
jobs:
2222
build:
23+
if: github.repository != 'aws/aws-cdk'
2324
runs-on: aws-cdk_ubuntu-latest_32-core
2425

2526
env:

0 commit comments

Comments
 (0)