Skip to content

Commit

Permalink
fix: checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rsporny committed Oct 22, 2024
1 parent c857a36 commit 222643d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
needs: partner-chain-ready
runs-on: [self-hosted, eks]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure kubectl
uses: ./.github/actions/tests/staging-preview-tests
with:
Expand Down Expand Up @@ -228,6 +230,8 @@ jobs:
needs: partner-chain-ready
runs-on: [self-hosted, eks]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure kubectl
uses: ./.github/actions/tests/staging-preview-tests
with:
Expand Down

0 comments on commit 222643d

Please sign in to comment.