Skip to content

Commit 43a64a2

Browse files
committed
Don't run scheduled job on forks.
1 parent 9fb1b67 commit 43a64a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unstable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
if: github.repository == 'redis/redis-snap'
1112
steps:
1213
- uses: actions/checkout@v2
1314
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)