Skip to content

Commit

Permalink
minor #838 [CI] run CI at least once per day (jrushlow)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Mar 15, 2021
2 parents af91f01 + 48ff67f commit ebbc8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- 'main'
schedule:
- cron: '0 0 * * *'

env:
PHPUNIT_FLAGS: "-v"
Expand Down

0 comments on commit ebbc8e1

Please sign in to comment.