mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01:00
[FEATURE] Also run the CI build once a week (#160)
This will allow us to catch problems with dependencies or the build environment, i.e., problems that are not related to changes in our code base.
This commit is contained in:
parent
3366e63eff
commit
091e00e478
2 changed files with 3 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,8 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
schedule:
|
||||||
|
- cron: '15 3 * * 1'
|
||||||
jobs:
|
jobs:
|
||||||
php-lint:
|
php-lint:
|
||||||
name: "PHP linter"
|
name: "PHP linter"
|
||||||
|
|
|
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
||||||
## x.y.z
|
## x.y.z
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
- Also run the CI build once a week (#160)
|
||||||
- Run the functional tests via GitHub Actions (#55)
|
- Run the functional tests via GitHub Actions (#55)
|
||||||
- Cache Composer dependencies in build (#31)
|
- Cache Composer dependencies in build (#31)
|
||||||
- Add a status badge for GitHub actions (#32)
|
- Add a status badge for GitHub actions (#32)
|
||||||
|
|
Loading…
Reference in a new issue