summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2020-08-11 10:59:47 +0300
committerGitHub <noreply@github.com>2020-08-11 10:59:47 +0300
commit944cca98c84efcf0365b0525f88124c53dbe1c53 (patch)
treeba867747dd7ca39576c19e64909565e9d0fa5104 /.github
parent59d437c727d0ad9f3fbb45b89c712d1ad0635572 (diff)
downloadredis-944cca98c84efcf0365b0525f88124c53dbe1c53.tar.gz
Run daily workflow on main repo only (no forks). (#7646)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index 986bd223b..010a32289 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -12,6 +12,7 @@ jobs:
test-ubuntu-jemalloc:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -30,6 +31,7 @@ jobs:
test-ubuntu-libc-malloc:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -48,6 +50,7 @@ jobs:
test-ubuntu-32bit:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -70,6 +73,7 @@ jobs:
test-ubuntu-tls:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -90,6 +94,7 @@ jobs:
test-valgrind:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
timeout-minutes: 14400
steps:
- uses: actions/checkout@v2
@@ -104,6 +109,7 @@ jobs:
test-centos7-jemalloc:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
container: centos:7
timeout-minutes: 14400
steps:
@@ -126,6 +132,7 @@ jobs:
test-centos7-tls:
runs-on: ubuntu-latest
+ if: github.repository == 'redis/redis'
container: centos:7
timeout-minutes: 14400
steps: