diff --git a/.github/workflows/add-ci-passed-label.yml b/.github/workflows/add-ci-passed-label.yml.disabled similarity index 98% rename from .github/workflows/add-ci-passed-label.yml rename to .github/workflows/add-ci-passed-label.yml.disabled index 817e07928a..537daab3d8 100644 --- a/.github/workflows/add-ci-passed-label.yml +++ b/.github/workflows/add-ci-passed-label.yml.disabled @@ -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. diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml.disabled similarity index 97% rename from .github/workflows/ci-checks.yml rename to .github/workflows/ci-checks.yml.disabled index 033c4b224c..a1d4e81669 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml.disabled @@ -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