Skip to content

Commit ebbc8e1

Browse files
committed
minor #838 [CI] run CI at least once per day (jrushlow)
This PR was merged into the 1.0-dev branch. Discussion ---------- [CI] run CI at least once per day Having a scheduled CI run will make it easier to track down upstream stream breaking changes. Especially when we don't have any push activity for days on end. As a side effect, this will also give us better insight into the state of the Symfony eco-system as a whole as maker bundle tests just about every Symfony package in a simulated "real life" application. Commits ------- 48ff67f [CI] run CI at least once per day
2 parents af91f01 + 48ff67f commit ebbc8e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- 'main'
8+
schedule:
9+
- cron: '0 0 * * *'
810

911
env:
1012
PHPUNIT_FLAGS: "-v"

0 commit comments

Comments
 (0)