Skip to content

Commit 765fcc2

Browse files
Copilotwdconinc
andcommitted
Add scheduled runs to remaining test workflows
Co-authored-by: wdconinc <4656391+wdconinc@users.noreply.github.com>
1 parent c030468 commit 765fcc2

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)