diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-01-30 11:59:54 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-02-07 11:23:34 +0100 |
commit | 33b52077ffed16c265eb6fb3c1e2dff3102aa511 (patch) | |
tree | b05fece8a83a2f83e7dc74f82b67a33719aaa5ba /.github | |
parent | 476d5dceb272e897e93e6c64f0990f351cc729c8 (diff) | |
download | nextcloud-server-33b52077ffed16c265eb6fb3c1e2dff3102aa511.tar.gz nextcloud-server-33b52077ffed16c265eb6fb3c1e2dff3102aa511.zip |
Only run 32bit CI once a day
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
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 |