diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-11-08 02:30:33 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-01-26 14:55:16 +0100 |
commit | 4a1ff0b6da826d16204fb2ea28302c2c6f7d4309 (patch) | |
tree | 9482908389802eec2bf2c12b79737449446d9eca /.github/workflows/phpunit-memcached.yml | |
parent | fd378c1b12b074dd86bd25d2a7c1c7c5ba36d2e6 (diff) | |
download | nextcloud-server-4a1ff0b6da826d16204fb2ea28302c2c6f7d4309.tar.gz nextcloud-server-4a1ff0b6da826d16204fb2ea28302c2c6f7d4309.zip |
fix: Run tests only on pull requests and scheduled
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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 |