Skip to content

Commit

Permalink
adding output to the clean job in rc-prep workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza-m-masood committed Jan 10, 2025
1 parent 82bec33 commit c4770aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prepare-chart-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
gh api --method DELETE -H "Accept: application/vnd.github+json" -H "X-GitHub-Api-Version: 2022-11-28" \
"/orgs/camunda/packages/container/helm%2Fcamunda-platform/versions/${container_id}"
done
outputs:
should-run: ${{ steps.conditions.outputs.should-run }}
reset:
needs: [clean]
if: needs.clean.outputs.should-run == 'true'
Expand Down

0 comments on commit c4770aa

Please sign in to comment.