From 5d878af41cac835cbcfe64988b36f9e4066cc3d8 Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Mon, 5 Dec 2022 12:22:07 -0700 Subject: [PATCH] Quiet redis installation behavior, fix keepalive (#10) --- .github/workflows/tests.yml | 1 + install.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdade1f..2afe2c5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,3 +79,4 @@ jobs: # keepalive-workflow adds a dummy commit if there's no other action here, keeps # GitHub from turning off tests after 60 days - uses: gautamkrishnar/keepalive-workflow@v1 + if: matrix.ddev_version == 'stable' diff --git a/install.yaml b/install.yaml index 783f5a5..72f6f7a 100644 --- a/install.yaml +++ b/install.yaml @@ -1,8 +1,5 @@ name: redis -# pre_install_actions - list of actions to run before installing the addon. -# Examples would be removing an extraneous docker volume, -# or doing a sanity check for requirements. pre_install_actions: # list of files and directories listed that are copied into project .ddev directory @@ -17,4 +14,7 @@ project_files: global_files: post_install_actions: -- redis/scripts/setup-drupal-settings.sh +- | + #ddev-nodisplay + #ddev-description:Install redis settings for Drupal 9+ if applicable + redis/scripts/setup-drupal-settings.sh