run each hour as a test

Contribute to CURA-10866
This commit is contained in:
jellespijker 2023-09-12 23:11:22 +02:00
parent 933dfb526b
commit 9705de7175

View File

@ -32,7 +32,7 @@ on:
schedule: schedule:
# Daily at 23:10 CET # Daily at 23:10 CET
- cron: '10 21 * * *' - cron: '15 * * * *'
env: env:
CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }} CURA_CONAN_VERSION: ${{ inputs.cura_conan_version || 'cura/latest@ultimaker/testing' }}