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 76db24a + 765fcc2 commit b3e3db5Copy full SHA for b3e3db5
.github/workflows/cvmfs_config_package.yml
@@ -1,5 +1,9 @@
1
name: with cvmfs_config_package
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ pull_request:
5
+ schedule:
6
+ - cron: '22 2 * * *'
7
jobs:
8
build:
9
runs-on: ubuntu-latest
.github/workflows/cvmfs_http_proxy.yml
name: with cvmfs_http_proxy
+ - cron: '11 1 * * *'
.github/workflows/cvmfs_repositories.yml
name: with cvmfs_repositories
+ - cron: '55 5 * * *'
0 commit comments