Skip to content

Commit

Permalink
[TASK] Run GitHub test actions on a weekly schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik committed Feb 10, 2024
1 parent 600c6ab commit 4ef7296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '30 8 * * 6'

env:
TYPO3_EXTENSION_KEY: cacheopt
Expand Down

0 comments on commit 4ef7296

Please sign in to comment.