From 5183c0de0e5349ad89bded57f1cc6b8652cedaae Mon Sep 17 00:00:00 2001 From: Abhinav Anand Date: Tue, 17 Dec 2024 15:52:23 +0530 Subject: [PATCH] Workaround for codecov-action bug with oidc --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c59044d9..dccd74804 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -374,7 +374,7 @@ jobs: flags: e2e disable_search: true fail_ci_if_error: true - use_oidc: true # cspell:ignore oidc + use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} # cspell:ignore oidc - name: Decide whether the needed jobs succeeded or failed uses: re-actors/alls-green@release/v1