We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4a963 commit f862e9fCopy full SHA for f862e9f
.github/workflows/ci_scheduled.yml
@@ -1,18 +1,7 @@
1
name: Kotlin Scheduled Integration
2
3
on:
4
- schedule:
5
- - cron: '0 0,12 * * *' # Runs every day at 0:00 and 12:00 UTC
6
workflow_dispatch:
7
- inputs:
8
- testTimeoutSeconds:
9
- description: 'Seconds for test timeout'
10
- required: true
11
- default: 40 # should be same as env.TEST_TIMEOUT_SECONDS
12
- shouldUseCache:
13
- description: 'Flag to use and save cache gradle. Tests results are cached!'
14
15
- default: false
16
17
env:
18
TEST_TIMEOUT_SECONDS: 40 # Predefined timeout for integration tests
0 commit comments