Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/workflows/konflux-auto-retest.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name: Retest Konflux Builds
name: Periodic Retest Failed Konflux Builds

on:
check_run:
types: [completed]
pull_request:
types: [synchronize]
schedule:
- cron: '5,15,25,35,45,55 * * * *'
workflow_dispatch:

jobs:
retest-builds:
uses: stackrox/actions/.github/workflows/retest-konflux-builds.yml@v1
retest:
uses: stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@f4660e8 # ratchet:stackrox/actions/.github/workflows/periodic-retest-konflux-builds.yml@v1

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure if ratchet is active in this repository. In any case, the same as stackrox/stackrox#22554 (comment) applies.

permissions:
pull-requests: write
issues: write
checks: read
contents: read
with:
max_retries: 3
check_name_suffix: '-on-push'
retest_command: '/konflux-retest'