From 095a794cd46df470a821d60b1b5289f2564d33f3 Mon Sep 17 00:00:00 2001 From: Vani Haripriya Mudadla Date: Mon, 21 Oct 2024 15:57:28 -0500 Subject: [PATCH] test: Enabled ci-check and add-ci-passed-label workflows (#11320) Signed-off-by: VaniHaripriya --- ...add-ci-passed-label.yml.disabled => add-ci-passed-label.yml} | 2 -- .github/workflows/{ci-checks.yml.disabled => ci-checks.yml} | 2 -- 2 files changed, 4 deletions(-) rename .github/workflows/{add-ci-passed-label.yml.disabled => add-ci-passed-label.yml} (98%) rename .github/workflows/{ci-checks.yml.disabled => ci-checks.yml} (97%) diff --git a/.github/workflows/add-ci-passed-label.yml.disabled b/.github/workflows/add-ci-passed-label.yml similarity index 98% rename from .github/workflows/add-ci-passed-label.yml.disabled rename to .github/workflows/add-ci-passed-label.yml index 537daab3d81..817e07928a4 100644 --- a/.github/workflows/add-ci-passed-label.yml.disabled +++ b/.github/workflows/add-ci-passed-label.yml @@ -1,5 +1,3 @@ -# 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.disabled b/.github/workflows/ci-checks.yml similarity index 97% rename from .github/workflows/ci-checks.yml.disabled rename to .github/workflows/ci-checks.yml index a1d4e81669b..033c4b224c1 100644 --- a/.github/workflows/ci-checks.yml.disabled +++ b/.github/workflows/ci-checks.yml @@ -1,5 +1,3 @@ -# 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