We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e2ada commit fe01340Copy full SHA for fe01340
2 files changed
.github/workflows/libyaml.yml
@@ -1,6 +1,11 @@
1
name: libyaml
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ pull_request:
6
+ schedule:
7
+ - cron: '21 11 * * 0'
8
+ workflow_dispatch:
9
10
jobs:
11
ruby-versions:
.github/workflows/test.yml
name: test
+ - cron: '15 11 * * 0'
env:
JAVA_OPTS: '-Xms60M -Xmx1G'
0 commit comments