Only run 32bit CI once a day

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet
2023-01-30 11:59:54 +01:00
parent 476d5dceb2
commit 33b52077ff

View File

@@ -1,6 +1,9 @@
name: PHPUnit
on: pull_request
on:
workflow_dispatch:
schedule:
- cron: "15 1 * * 1-6"
permissions:
contents: read