Skip to content

Commit afa3d1f

Browse files
authored
chore: fix yarn upgrade workflow (#33533)
### Reason for this change Fix failed workflow yarn upgrade https://github.com/aws/aws-cdk/actions/runs/13445238910/job/37568949091 Since CLI is moved out, there is no `packages/aws-cdk` dir.
1 parent 93a3348 commit afa3d1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/yarn-upgrade.yml

-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ jobs:
7777
- name: Run "yarn upgrade"
7878
run: yarn upgrade
7979

80-
- name: Regenerate CLI attributions
81-
run: cd packages/aws-cdk && yarn pkglint
8280
- name: Regenerate Integ Runner attributions
8381
run: cd packages/@aws-cdk/integ-runner && yarn pkglint
8482

0 commit comments

Comments
 (0)