Skip to content

Commit

Permalink
[TASK] Run tests daily
Browse files Browse the repository at this point in the history
<Description, wrap the lines after 100 characters manually>

Refs: #<issue number>
  • Loading branch information
dkd-kaehm committed Jul 29, 2024
1 parent 3963969 commit a816267
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:
branches: [ main, release-13.0.x, release-12.0.x, release-11.6.x, release-11.5.x, task/*_compatibility ]

# Run tests daily at 19:23 to get TYPO3 changes and fix them immediately.
# @todo:
# * run only on dev-<TYPO3-LTS-branch/alias>
# * create issue on GH or message via TYPO3 Slack bot, if tests failed
schedule:
- cron: '23 19 * * *'

env:
IS_ON_GITHUB_ACTIONS: 'true'
CI_BUILD_DIRECTORY: '/home/runner/work/ext-solr/ext-solr/.Build'
Expand Down

0 comments on commit a816267

Please sign in to comment.