Skip to content

ci: Remove duplicate step - #1628

Merged
akash1810 merged 1 commit into
mainfrom
aa/rm-duplicate
Jan 19, 2026
Merged

ci: Remove duplicate step#1628
akash1810 merged 1 commit into
mainfrom
aa/rm-duplicate

Conversation

@akash1810

Copy link
Copy Markdown
Member

What does this change?

Remove duplicate invocation of cdk build steps. The build is currently doing:

- name: CDK synth (worker lambda cdk directory)
  working-directory: cdk
  run: |
    yarn install --immutable
    yarn test
    yarn synth
- name: CDK synth (root cdk directory)
  working-directory: cdk
  run: |
    yarn install --immutable
    yarn lint
    yarn test
    yarn synth

This change removes the first block as it is redundant following #1556.

Remove duplicate invocation of `cdk` build steps.
@akash1810
akash1810 requested a review from a team as a code owner January 19, 2026 13:45
@akash1810 akash1810 added the fix Departmental tracking: fix label Jan 19, 2026
@akash1810
akash1810 enabled auto-merge January 19, 2026 13:45
@akash1810
akash1810 merged commit 73b8343 into main Jan 19, 2026
5 checks passed
@akash1810
akash1810 deleted the aa/rm-duplicate branch January 19, 2026 13:48
@akash1810 akash1810 added the maintenance Departmental tracking: maintenance work, not a fix or a feature label Feb 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Departmental tracking: fix maintenance Departmental tracking: maintenance work, not a fix or a feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants