Skip to content

ROX-32066: Add a workflow which restarts failed Konflux builds #4

ROX-32066: Add a workflow which restarts failed Konflux builds

ROX-32066: Add a workflow which restarts failed Konflux builds #4

name: Retest Konflux Builds
on:
check_run:
types: [completed]
pull_request:
types: [synchronize]
jobs:
retest-failed-builds:
uses: stackrox/actions/.github/workflows/retest-konflux-builds.yml@v1
permissions:
pull-requests: write
issues: write
with:
max_retries: 3
check_name_suffix: '-on-push'