mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Actions: Enable periodic builds
This commit is contained in:
parent
2f051a681b
commit
20ea6956b5
4 changed files with 16 additions and 8 deletions
6
.github/workflows/autotools-cmake.yml
vendored
6
.github/workflows/autotools-cmake.yml
vendored
|
@ -4,8 +4,10 @@
|
|||
name: Ensure that Autotools install identical CMake files
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
pull_request:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
|
|
6
.github/workflows/expat_config_h.yml
vendored
6
.github/workflows/expat_config_h.yml
vendored
|
@ -4,8 +4,10 @@
|
|||
name: Check expat_config.h.{in,cmake} for regressions
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
pull_request:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
|
|
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
@ -4,8 +4,10 @@
|
|||
name: Run Linux Travis CI tasks
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
pull_request:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
|
|
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -4,8 +4,10 @@
|
|||
name: Run macOS Travis CI tasks
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push
|
||||
pull_request:
|
||||
push:
|
||||
schedule:
|
||||
- cron: '0 2 * * 5' # Every Friday at 2am
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
|
|
Loading…
Add table
Reference in a new issue