Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0314429c
Commit
0314429c
authored
Aug 11, 2020
by
Yossi Gottlieb
Committed by
Oran Agra
Sep 01, 2020
Browse files
Run daily workflow on main repo only (no forks). (#7646)
(cherry picked from commit
944cca98
)
parent
08670731
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
0314429c
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment