From f2650c06c95fddd6a9c726ba9cd4d10d175d2187 Mon Sep 17 00:00:00 2001 From: noopur Date: Wed, 20 Nov 2024 06:22:13 +0000 Subject: [PATCH] Let wf run for all repos Signed-off-by: noopur --- .github/workflows/task_runner_e2e.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/task_runner_e2e.yml b/.github/workflows/task_runner_e2e.yml index 91f46e626be..2044e28247e 100644 --- a/.github/workflows/task_runner_e2e.yml +++ b/.github/workflows/task_runner_e2e.yml @@ -33,7 +33,6 @@ 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 timeout-minutes: 120 # 2 hours strategy: matrix: @@ -101,7 +100,6 @@ 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 timeout-minutes: 120 # 2 hours strategy: matrix: