From 064cd93ca84d693f70d3704e228f76e079415672 Mon Sep 17 00:00:00 2001 From: noopur Date: Wed, 20 Nov 2024 06:15:18 +0000 Subject: [PATCH] Comment the fork skip part for testing Signed-off-by: noopur --- .github/workflows/task_runner_e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/task_runner_e2e.yml b/.github/workflows/task_runner_e2e.yml index f12728fc175..91f46e626be 100644 --- a/.github/workflows/task_runner_e2e.yml +++ b/.github/workflows/task_runner_e2e.yml @@ -33,7 +33,7 @@ jobs: test_with_tls: name: tr_tls runs-on: ubuntu-22.04 - if: github.event.repository.fork == false # Do not run the workflow for forked repositories + # if: github.event.repository.fork == false # Do not run the workflow for forked repositories timeout-minutes: 120 # 2 hours strategy: matrix: @@ -101,7 +101,7 @@ jobs: test_with_non_tls: name: tr_non_tls runs-on: ubuntu-22.04 - if: github.event.repository.fork == false # Do not run the workflow for forked repositories + # if: github.event.repository.fork == false # Do not run the workflow for forked repositories timeout-minutes: 120 # 2 hours strategy: matrix: