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: