diff --git a/.github/workflows/konflux-auto-retest.yml b/.github/workflows/konflux-auto-retest.yml new file mode 100644 index 00000000..23718e70 --- /dev/null +++ b/.github/workflows/konflux-auto-retest.yml @@ -0,0 +1,18 @@ +name: Periodic Retest Failed Konflux Builds + +on: + schedule: + - cron: '5,15,25,35,45,55 * * * *' + workflow_dispatch: + +jobs: + retest: + uses: stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@f4660e8 # ratchet:stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@v1 + permissions: + pull-requests: write + issues: write + checks: read + contents: read + with: + max_retries: 3 + retest_command: '/konflux-retest'