From 4a1ff0b6da826d16204fb2ea28302c2c6f7d4309 Mon Sep 17 00:00:00 2001
From: Ferdinand Thiessen <opensource@fthiessen.de>
Date: Wed, 8 Nov 2023 02:30:33 +0100
Subject: fix: Run tests only on pull requests and scheduled

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
---
 .github/workflows/phpunit-memcached.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to '.github/workflows/phpunit-memcached.yml')

diff --git a/.github/workflows/phpunit-memcached.yml b/.github/workflows/phpunit-memcached.yml
index e155e9926b6..9ec788b31eb 100644
--- a/.github/workflows/phpunit-memcached.yml
+++ b/.github/workflows/phpunit-memcached.yml
@@ -7,9 +7,8 @@ name: PHPUnit memcached
 
 on:
   pull_request:
-  push:
-    branches:
-      - stable*
+  schedule:
+    - cron: "5 2 * * *"
 
 permissions:
   contents: read
-- 
cgit v1.2.3