mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 10:30:49 -04:00
Only run 32bit CI once a day
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
476d5dceb2
commit
33b52077ff
1 changed files with 4 additions and 1 deletions
5
.github/workflows/phpunit-32bits.yml
vendored
5
.github/workflows/phpunit-32bits.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: PHPUnit
|
||||
|
||||
on: pull_request
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "15 1 * * 1-6"
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
Loading…
Reference in a new issue