Loading .github/actions/docker-build/action.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # Use this action to execute the action scripts in tools/ci-build/scripts within the Docker build image. name: smithy-rs Docker Build Loading .github/actions/download-all-artifacts/action.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 name: Download All Artifacts description: Downloads and untars all available build artifacts Loading .github/workflows/ci-main.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # This workflow differs from PR CI in that it uploads a Docker build image to public ECR. # This should be done only on push to main so that PRs from forks can successfully run CI Loading .github/workflows/ci-pr.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # This workflow runs CI and the PR Bot on pull requests. Loading .github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # This is the shared CI workflow that is run by both `ci-pr.yml` and `ci-main.yml` depending # on if a pull request is being checked, or if the `main` branch is being checked after merge. Loading Loading
.github/actions/docker-build/action.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # Use this action to execute the action scripts in tools/ci-build/scripts within the Docker build image. name: smithy-rs Docker Build Loading
.github/actions/download-all-artifacts/action.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 name: Download All Artifacts description: Downloads and untars all available build artifacts Loading
.github/workflows/ci-main.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # This workflow differs from PR CI in that it uploads a Docker build image to public ECR. # This should be done only on push to main so that PRs from forks can successfully run CI Loading
.github/workflows/ci-pr.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # This workflow runs CI and the PR Bot on pull requests. Loading
.github/workflows/ci.yml +1 −1 Original line number Diff line number Diff line # Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0. # SPDX-License-Identifier: Apache-2.0 # This is the shared CI workflow that is run by both `ci-pr.yml` and `ci-main.yml` depending # on if a pull request is being checked, or if the `main` branch is being checked after merge. Loading