diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 78be0120cf1..1f91281bf16 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -1,6 +1,9 @@ name: PHPUnit -on: pull_request +on: + workflow_dispatch: + schedule: + - cron: "15 1 * * 1-6" permissions: contents: read |