We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a0f455 + 7485170 commit 17eb460Copy full SHA for 17eb460
.github/workflows/build-cachelib-centos.yml
@@ -1,7 +1,8 @@
1
name: build-cachelib-centos-latest
2
on:
3
- schedule:
4
- - cron: '30 5 * * 1,4'
+ push:
+ pull_request:
5
+
6
jobs:
7
build-cachelib-centos8-latest:
8
name: "CentOS/latest - Build CacheLib with all dependencies"
.github/workflows/build-cachelib-debian.yml
name: build-cachelib-debian-10
- - cron: '30 5 * * 2,6'
build-cachelib-debian-10:
name: "Debian/Buster - Build CacheLib with all dependencies"
0 commit comments