Skip to content

Commit

Permalink
test: Disabled ci-check and add-ci-passed-label workflows. (kubeflow#…
Browse files Browse the repository at this point in the history
…11306)

Signed-off-by: Helber Belmiro <[email protected]>
  • Loading branch information
hbelmiro authored Oct 17, 2024
1 parent be863a8 commit c2a7713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# DISABLED WHILE IS NOT 100% STABLE

# This workflow adds the 'ci-passed' label to a pull request once the 'CI Check' workflow completes successfully.
# Resets the 'ci-passed' label status when a pull request is synchronized or reopened,
# indicating that changes have been pushed and CI needs to rerun.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# DISABLED WHILE IS NOT 100% STABLE

# This workflow checks if all CI checks have passed by polling every 5 minutes for a total of 8 attempts.
name: CI Check

Expand Down

0 comments on commit c2a7713

Please sign in to comment.