Skip to content

chore(ci): enable SAR deployment #6104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 28, 2025
Prev Previous commit
Next Next commit
Making SAR version works as expected
  • Loading branch information
leandrodamascena committed Feb 26, 2025
commit ef1d996834aed9edcf8dd8181b8d13fc6e904e03
4 changes: 2 additions & 2 deletions .github/workflows/publish_v3_layer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ on:
type: boolean
required: false
skip_lambda_layer:
description: "Skip publishing Lambda Layers as it can't publish more than once. Useful for semi-failed releases"
description: "Skip publishing Lambda Layers as it can publish duplicated versions of the same layer. Useful for semi-failed releases"
type: boolean
required: false

Expand Down Expand Up @@ -78,7 +78,7 @@ on:
type: string
required: true
skip_lambda_layer:
description: "Skip publishing Lambda Layers as it can't publish more than once. Useful for semi-failed releases"
description: "Skip publishing Lambda Layers as it can publish duplicated versions of the same layer. Useful for semi-failed releases"
default: false
type: boolean
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
type: boolean
required: false
skip_lambda_layer:
description: "Skip publishing Lambda Layers as it can't publish more than once. Useful for semi-failed releases"
description: "Skip publishing Lambda Layers as it can publish duplicated versions of the same layer. Useful for semi-failed releases"
default: false
type: boolean
required: false
Expand Down