Skip to content

Commit 96cca62

Browse files
committed
ci: exclude an execution of a portion of jobs from regular test workflow
1 parent 51bf5bf commit 96cca62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ jobs:
290290
run: docker compose --progress quiet -f $DOCKER_COMPOSE_FILE down || true
291291
massive:
292292
name: Massive Cluster
293-
if: github.event_name != 'schedule' || github.repository == 'redis-rb/redis-cluster-client'
293+
if: github.event_name == 'schedule' && github.repository == 'redis-rb/redis-cluster-client'
294294
timeout-minutes: 10
295295
runs-on: ubuntu-latest
296296
env:

0 commit comments

Comments
 (0)