From a8cd20832a21931f1dd356d1da047b7a3804b7f3 Mon Sep 17 00:00:00 2001 From: uinstinct <61635505+uinstinct@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:32:23 +0530 Subject: [PATCH 1/2] fix pr_checks.yaml linting comment out the empty lists in yaml --- .github/workflows/pr_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index bf8ce2ecbd..1dd652de9c 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -632,6 +632,6 @@ jobs: - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@release/v1 with: - allowed-failures: - allowed-skips: + # allowed-failures: + # allowed-skips: jobs: ${{ toJSON(needs) }} From 01d0b4e58b5073884e79c0dc162ece372ca24432 Mon Sep 17 00:00:00 2001 From: uinstinct <61635505+uinstinct@users.noreply.github.com> Date: Tue, 8 Apr 2025 10:58:28 +0530 Subject: [PATCH 2/2] remove options --- .github/workflows/pr_checks.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pr_checks.yaml b/.github/workflows/pr_checks.yaml index 1dd652de9c..c7e37773ac 100644 --- a/.github/workflows/pr_checks.yaml +++ b/.github/workflows/pr_checks.yaml @@ -632,6 +632,4 @@ jobs: - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@release/v1 with: - # allowed-failures: - # allowed-skips: jobs: ${{ toJSON(needs) }}