Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/ci_scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
name: Kotlin Scheduled Integration

on:
schedule:
- cron: '0 0,12 * * *' # Runs every day at 0:00 and 12:00 UTC
workflow_dispatch:
inputs:
testTimeoutSeconds:
description: 'Seconds for test timeout'
required: true
default: 40 # should be same as env.TEST_TIMEOUT_SECONDS
shouldUseCache:
description: 'Flag to use and save cache gradle. Tests results are cached!'
required: true
default: false

env:
TEST_TIMEOUT_SECONDS: 40 # Predefined timeout for integration tests
Expand Down
Loading