Skip to content

Commit b3e3db5

Browse files
authored
Merge pull request #47 from cvmfs-contrib/copilot/fix-46
Add scheduled runs to all test workflows
2 parents 76db24a + 765fcc2 commit b3e3db5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.github/workflows/cvmfs_config_package.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: with cvmfs_config_package
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '22 2 * * *'
37
jobs:
48
build:
59
runs-on: ubuntu-latest

.github/workflows/cvmfs_http_proxy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: with cvmfs_http_proxy
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '11 1 * * *'
37
jobs:
48
build:
59
runs-on: ubuntu-latest

.github/workflows/cvmfs_repositories.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: with cvmfs_repositories
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
pull_request:
5+
schedule:
6+
- cron: '55 5 * * *'
37
jobs:
48
build:
59
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)