Skip to content

Commit fe01340

Browse files
committed
Schedule the CI
Often breaks due to external changes.
1 parent 23e2ada commit fe01340

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/libyaml.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: libyaml
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '21 11 * * 0'
8+
workflow_dispatch:
49

510
jobs:
611
ruby-versions:

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '15 11 * * 0'
8+
workflow_dispatch:
49

510
env:
611
JAVA_OPTS: '-Xms60M -Xmx1G'

0 commit comments

Comments
 (0)