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
25f8d4fb
Unverified
Commit
25f8d4fb
authored
Mar 09, 2021
by
Harkrishn Patro
Committed by
GitHub
Mar 09, 2021
Browse files
Run daily workflows only on redis/redis repo. (#8625)
Co-authored-by:
Harkrishn Patro
<
harkrisp@amazon.com
>
parent
af217532
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
25f8d4fb
...
@@ -259,6 +259,7 @@ jobs:
...
@@ -259,6 +259,7 @@ jobs:
test-alpine-jemalloc
:
test-alpine-jemalloc
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
github.repository == 'redis/redis'
container
:
alpine:latest
container
:
alpine:latest
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
@@ -279,6 +280,7 @@ jobs:
...
@@ -279,6 +280,7 @@ jobs:
test-alpine-libc-malloc
:
test-alpine-libc-malloc
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
github.repository == 'redis/redis'
container
:
alpine:latest
container
:
alpine:latest
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
...
...
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