summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pytest-randomly.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pytest-randomly.yml b/.github/workflows/pytest-randomly.yml
index 84168d20..74cce8d8 100644
--- a/.github/workflows/pytest-randomly.yml
+++ b/.github/workflows/pytest-randomly.yml
@@ -6,6 +6,7 @@ on:
jobs:
randomize-test-order:
+ if: github.repository == 'networkx/networkx'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2