Unverified Commit 25f8d4fb authored by Harkrishn Patro's avatar Harkrishn Patro Committed by GitHub
Browse files

Run daily workflows only on redis/redis repo. (#8625)


Co-authored-by: default avatarHarkrishn Patro <harkrisp@amazon.com>
parent af217532
...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment