Skip to content

Commit

Permalink
Reorder steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Jun 25, 2024
1 parent bee0ec4 commit 73d98ad
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/helm-chart-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Wait for container images build
run: |
while :; do
Expand All @@ -40,12 +45,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Checkout
if: false
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install Helm
if: false
uses: azure/setup-helm@v4
Expand Down

0 comments on commit 73d98ad

Please sign in to comment.