Skip to content

Commit

Permalink
test slack msg output
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Nov 12, 2024
1 parent 31ac307 commit 040edde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-extension-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
succeeded=()
failed=()
for job in retrieve-tags-master test-build-extension-charts-master test-build-extension-catalog-master; do
if [[ ${{ job.outputs.result }} == 'success' ]]; then
result=${{ 'steps.'. job . '.outputs.result' }}
if [[ $result == 'success' ]]; then
succeeded+=("$job")
else
failed+=("$job")
Expand Down

0 comments on commit 040edde

Please sign in to comment.