Unverified Commit 775d227c authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix GitHub Actions workflow reference in `ci-main` (#1286)

parent 3e465431
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,4 +50,4 @@ jobs:
  # Run normal CI, which should pick up the updated build image
  ci:
    needs: rebuild-docker-build-image
    uses: awslabs/smithy-rs/.github/worfklows/ci.yaml@main
    uses: ./.github/workflows/ci.yml
+0 −0

File moved.

+2 −0
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@ on:
    paths:
    - design/**

name: Update GitHub Pages

# Allow only one doc pages build to run at a time for the entire smithy-rs repo
concurrency:
  group: github-pages-yml
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ if ! docker inspect "smithy-rs-base-image:${IMAGE_TAG}" >/dev/null; then
  else
      # Otherwise, we have successfully pulled the remote image
      echo -e "${C_YELLOW}Successfully pulled remote image!${C_RESET}"
      docker tag "${IMAGE_NAME}:${IMAGE_TAG}" "smithy-rs-base-image:${IMAGE_TAG}"
  fi
else
  echo -e "${C_YELLOW}Base image found locally! No retrieval or rebuild necessary.${C_RESET}"