Skip to content

Commit e39e247

Browse files
authored
Run yaml tests twice daily (#131)
This commit updates the CI yml tests to run them twice a day.
1 parent b620d22 commit e39e247

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci/jobs/elastic+elasticsearch-rs+7.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

.ci/jobs/elastic+elasticsearch-rs+7.9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

.ci/jobs/elastic+elasticsearch-rs+7.x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

.ci/jobs/elastic+elasticsearch-rs+master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
description: The Git branch specifier to build
1212
triggers:
1313
- github
14-
- timed: '@daily'
14+
- timed: 'H */12 * * *'

0 commit comments

Comments
 (0)