Skip to content

Commit 635371e

Browse files
authored
ci: prevent to invoke a workflow on forked repository (#162)
1 parent 6cb3ff4 commit 635371e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/redis-cluster-proxy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ defaults:
1313
jobs:
1414
container-image:
1515
name: Container Image
16+
if: github.repository == "redis-rb/redis-cluster-client"
1617
timeout-minutes: 15
1718
runs-on: ubuntu-latest
1819
concurrency: redis-cluster-proxy

0 commit comments

Comments
 (0)