Skip to content

Commit

Permalink
Comment the fork skip part for testing
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel authored and rajithkrishnegowda committed Nov 20, 2024
1 parent 5ba4b42 commit 47419f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/task_runner_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 47419f5

Please sign in to comment.