Skip to content

Commit 64d97db

Browse files
authored
repo sync
2 parents 12b58d0 + ab10675 commit 64d97db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (!module.parent) {
1919
// If in a deployed environment, warm the server at the start
2020
if (process.env.NODE_ENV === 'production') {
2121
// If in a true production environment, wait for the cache to be fully warmed.
22-
if (process.env.HEROKU_PRODUCTION_APP) {
22+
if (process.env.HEROKU_PRODUCTION_APP || process.env.GITHUB_ACTIONS) {
2323
await warmServer()
2424
} else {
2525
// If not in a true production environment, don't wait for the cache to be fully warmed.

0 commit comments

Comments
 (0)