Skip to content

Commit f862e9f

Browse files
committed
disable scheduled ci tests
1 parent 9f4a963 commit f862e9f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci_scheduled.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,7 @@
11
name: Kotlin Scheduled Integration
22

33
on:
4-
schedule:
5-
- cron: '0 0,12 * * *' # Runs every day at 0:00 and 12:00 UTC
64
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-
required: true
15-
default: false
165

176
env:
187
TEST_TIMEOUT_SECONDS: 40 # Predefined timeout for integration tests

0 commit comments

Comments
 (0)