Skip to content

e2e: Retry cluster check #3591

e2e: Retry cluster check

e2e: Retry cluster check #3591

Workflow file for this run

name: "Prow github actions"
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-24.04
steps:
- uses: jpmcb/prow-github-actions@v2.0.0
with:
prow-commands: '/assign
/unassign
/approve
/retitle
/area
/kind
/priority
/remove
/lgtm
/close
/reopen
/lock
/milestone
/hold
/cc
/uncc'
github-token: "${{ secrets.GITHUB_TOKEN }}"