mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:16:12 +02: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:
Oliver Klee 2020-11-21 17:58:35 +01:00 committed by GitHub
parent 3366e63eff
commit 091e00e478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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"

View file

@ -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)