test: Disabled ci-check and add-ci-passed-label workflows. (#11306)
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
This commit is contained in:
parent
be863a8529
commit
c2a7713426
|
@ -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.
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue