Skip to content

Commit

Permalink
test konflux update
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <coleen.quadros27@gmail.com>
  • Loading branch information
coleenquadros committed Aug 8, 2024
1 parent 184fc30 commit 92f8ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge-acm-flow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ jobs:
else
echo "message=PR $PR_URL has been ${{ steps.create-pr.outputs.pull-request-operation || 'updated' }}." >> $GITHUB_OUTPUT
fi
echo "konflux pr exists: ${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}"
if [ "${{ steps.konflux-pr-exists.outputs.konflux_pr_exists }}" == "1" ]; then
echo "konflux_message=New Konflux PRs present in ${{ inputs.downstream }}." >> $GITHUB_OUTPUT
fi
Expand All @@ -308,7 +309,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.slack-webhook-url }}
- uses: 8398a7/action-slack@v3
if: github.event_name != 'pull_request' && steps.konflux-pr-exists.outputs.konflux_pr_exists == '1'
if: github.event_name != 'pull_request' && (success() || steps.pr-exists.outputs.pr_exists == '1') && steps.konflux-pr-exists.outputs.konflux_pr_exists == '1'
continue-on-error: true
with:
status: custom
Expand Down

0 comments on commit 92f8ea6

Please sign in to comment.