We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bf5bf commit 96cca62Copy full SHA for 96cca62
.github/workflows/test.yaml
@@ -290,7 +290,7 @@ jobs:
290
run: docker compose --progress quiet -f $DOCKER_COMPOSE_FILE down || true
291
massive:
292
name: Massive Cluster
293
- if: github.event_name != 'schedule' || github.repository == 'redis-rb/redis-cluster-client'
+ if: github.event_name == 'schedule' && github.repository == 'redis-rb/redis-cluster-client'
294
timeout-minutes: 10
295
runs-on: ubuntu-latest
296
env:
0 commit comments