Skip to content

Commit

Permalink
fix checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Oct 10, 2024
1 parent 1aa90e9 commit 8c0e138
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/actions/build-publish-charts/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ inputs:
runs:
using: composite
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0

- name: Publish helm chart full-service
uses: mobilecoinofficial/gha-k8s-toolbox@v1
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/actions/build-publish-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Build docker containers

inputs:
network:
description: "network to download sigstruct from main|test"
description: "main|test"
required: true
version:
description: "version of the build"
Expand Down Expand Up @@ -31,9 +31,6 @@ runs:
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> "${GITHUB_ENV}"
echo "RUST_BIN_PATH=build-artifacts/${ARTIFACT_NAME}" >> "${GITHUB_ENV}"
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0

- name: Restore Artifacts
uses: mobilecoinofficial/gh-actions/download-artifact@v0
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ jobs:
- test
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0

- name: Build and Publish Docker
uses: ./.github/actions/build-publish-docker
with:
Expand All @@ -229,6 +232,9 @@ jobs:
- test
runs-on: mco-dev-small-x64
steps:
- name: Checkout
uses: mobilecoinofficial/gh-actions/checkout@v0

- name: Build and Publish Helm Charts
uses: ./.github/actions/build-publish-helm
with:
Expand Down

0 comments on commit 8c0e138

Please sign in to comment.