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
No known key found for this signature in database
GPG key ID: A3E2F658B28C760A

View file

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