mirror of https://mirror.osredm.com/root/redis.git
Run daily workflow on main repo only (no forks). (#7646)
This commit is contained in:
parent
59d437c727
commit
944cca98c8
|
@ -12,6 +12,7 @@ jobs:
|
||||||
|
|
||||||
test-ubuntu-jemalloc:
|
test-ubuntu-jemalloc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -30,6 +31,7 @@ jobs:
|
||||||
|
|
||||||
test-ubuntu-libc-malloc:
|
test-ubuntu-libc-malloc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -48,6 +50,7 @@ jobs:
|
||||||
|
|
||||||
test-ubuntu-32bit:
|
test-ubuntu-32bit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -70,6 +73,7 @@ jobs:
|
||||||
|
|
||||||
test-ubuntu-tls:
|
test-ubuntu-tls:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -90,6 +94,7 @@ jobs:
|
||||||
|
|
||||||
test-valgrind:
|
test-valgrind:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -104,6 +109,7 @@ jobs:
|
||||||
|
|
||||||
test-centos7-jemalloc:
|
test-centos7-jemalloc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
container: centos:7
|
container: centos:7
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
|
@ -126,6 +132,7 @@ jobs:
|
||||||
|
|
||||||
test-centos7-tls:
|
test-centos7-tls:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository == 'redis/redis'
|
||||||
container: centos:7
|
container: centos:7
|
||||||
timeout-minutes: 14400
|
timeout-minutes: 14400
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue