diff options
Diffstat (limited to '.github/workflows/phpunit-mariadb.yml')
-rw-r--r-- | .github/workflows/phpunit-mariadb.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/phpunit-mariadb.yml b/.github/workflows/phpunit-mariadb.yml index cf213d1c1b4..b3ebdfe16e6 100644 --- a/.github/workflows/phpunit-mariadb.yml +++ b/.github/workflows/phpunit-mariadb.yml @@ -7,11 +7,8 @@ name: PHPUnit mariadb on: pull_request: - push: - branches: - - main - - master - - stable* + schedule: + - cron: "5 2 * * *" permissions: contents: read |