summaryrefslogtreecommitdiff
path: root/.github/workflows/external.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/external.yml')
-rw-r--r--.github/workflows/external.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/external.yml b/.github/workflows/external.yml
index b378236b2..b8671f43a 100644
--- a/.github/workflows/external.yml
+++ b/.github/workflows/external.yml
@@ -9,6 +9,7 @@ on:
jobs:
test-external-standalone:
runs-on: ubuntu-latest
+ if: github.event_name != 'schedule' || github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -32,6 +33,7 @@ jobs:
test-external-cluster:
runs-on: ubuntu-latest
+ if: github.event_name != 'schedule' || github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -58,6 +60,7 @@ jobs:
test-external-nodebug:
runs-on: ubuntu-latest
+ if: github.event_name != 'schedule' || github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2