mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-11 17:16:03 +00:00
Check some OS 3 times a week (#17182)
This commit is contained in:
parent
6b7e2a88bc
commit
114a5a5943
2
.github/workflows/centos6.yml
vendored
2
.github/workflows/centos6.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
- 'prerelease*'
|
||||
- 'release-*'
|
||||
- 'centos*'
|
||||
schedule:
|
||||
- cron: '0 18 * * 1,3,5' # Three-weekly at 18:00 UTC on Monday, Wednesday, and Friday
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
2
.github/workflows/debianold.yml
vendored
2
.github/workflows/debianold.yml
vendored
@ -7,6 +7,8 @@ on:
|
||||
- 'prerelease*'
|
||||
- 'release-*'
|
||||
- 'debian*'
|
||||
schedule:
|
||||
- cron: '0 18 * * 1,3,5' # Three-weekly at 18:00 UTC on Monday, Wednesday, and Friday
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user