Skip to content

Commit

Permalink
Adjust waiting for steps in promote to channel workflow (kyma-project…
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke authored Oct 18, 2024
1 parent f4ef0ae commit 6b6735d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/promote-to-release-channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

create-tag:
name: Create tag
needs: upgrade-images
runs-on: ubuntu-latest

steps:
Expand All @@ -50,6 +49,7 @@ jobs:

upgrade-images:
name: Bump warden images references
needs: create-tag
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:

promote-warden:
name: Render warden with skr config
needs: create-tag
needs: upgrade-images
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 6b6735d

Please sign in to comment.