Skip to content

Commit

Permalink
ci: workflow fixes, missing jobs key (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjorge-graphops authored Aug 26, 2023
1 parent 9be2e30 commit efc3605
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger-prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types: [prereleased]

jobs:
call-update-helm-repo-canary:
uses: ./.github/workflows/update-helm-repo.yaml
permissions:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/trigger-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ jobs:
strategy:
matrix:
repo: ${{ fromJson(needs.find-tags-to-release.outputs.release-streams) }}
if: ${{ needs.find-tags-to-release.outputs.release-streams != '[]' }}
#if: ${{ needs.find-tags-to-release.outputs.release-streams != '[]' }}
#with:
# repo: ${{ matrix.repo }}
# update only canary repo, as stable releases are being set as draft
with:
repo: ${{ matrix.repo }}
repo: canary
1 change: 1 addition & 0 deletions .github/workflows/trigger-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
release:
types: [released]

jobs:
call-update-helm-repo-stable:
uses: ./.github/workflows/update-helm-repo.yaml
permissions:
Expand Down

0 comments on commit efc3605

Please sign in to comment.