1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00

Only run slow tests once a week (#222)

They are beginning to block the pipeline for too long.

[ci skip]
This commit is contained in:
Thom Wiggers 2019-08-07 10:03:39 +02:00 committed by GitHub
parent 56bb81d053
commit 9a5caaa95b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ workflows:
scheduled: scheduled:
triggers: triggers:
- schedule: - schedule:
cron: "0 5 * * *" cron: "0 5 * * 6"
filters: filters:
branches: branches:
only: master only: master