diff options
Diffstat (limited to '.github/workflows/phpunit-memcached.yml')
-rw-r--r-- | .github/workflows/phpunit-memcached.yml | 5 |
1 files changed, 2 insertions, 3 deletions
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 |