From 5fb44ba7eb0f20428df94e9d7b5dcb4dd42b2c3f Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Wed, 22 Oct 2025 12:35:44 -0500 Subject: [PATCH] Update fork tests job name so we can update status for the correct 'run-e2e-tests' check --- .github/workflows/test-e2e-fork.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-e2e-fork.yml b/.github/workflows/test-e2e-fork.yml index 568b651..0cb172b 100644 --- a/.github/workflows/test-e2e-fork.yml +++ b/.github/workflows/test-e2e-fork.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true # cancel previous job runs for the same branch jobs: - run-e2e-tests: + run-e2e-tests-fork: uses: ./.github/workflows/e2e-tests.yml if: | github.event_name == 'repository_dispatch' && @@ -28,7 +28,7 @@ jobs: OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} update-check-status: - needs: run-e2e-tests + needs: run-e2e-tests-fork runs-on: ubuntu-latest if: always() && github.event_name == 'repository_dispatch' steps: