diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index adcf9ce..8a95f6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -85,3 +85,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 1ed30d1..4a5fd0f 100644 --- a/install.yaml +++ b/install.yaml @@ -3,6 +3,7 @@ name: ddev-browsersync pre_install_actions: - | #ddev-nodisplay + #ddev-description:Check for minimum DDEV requirement (v1.19.3) if ! ( ddev debug capabilities 2>/dev/null | grep multiple-dockerfiles >/dev/null 2>&1 ) ; then echo "This add-on requires DDEV v1.19.3 or higher, please upgrade." && exit 2 fi