mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Only run 32bit CI once a day
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user