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:
Helber Belmiro 2024-10-17 09:51:19 -03:00 committed by GitHub
parent be863a8529
commit c2a7713426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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