Skip to content

Commit

Permalink
All installed files should have #ddev-generated (#1)
Browse files Browse the repository at this point in the history
Signed-off-by: Randy Fay <[email protected]>
  • Loading branch information
rfay committed Jun 16, 2022
1 parent cb28736 commit 90f518f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests
on:
pull_request:
push:
branches: [ master, main ]
branches: [ main ]

schedule:
- cron: '01 07 * * *'
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
# ddev_version: [PR]
ddev_version: [stable, edge, HEAD]
ddev_version: [stable, HEAD]
fail-fast: false

runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.memcached.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DDEV-Local memcached recipe file.
#
#ddev-generated
# To use this in your own project:
# 1. Copy this file to your project's ".ddev" directory.
# 2. Launch "ddev start".
Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: memcached
name: ddev-memcached

pre_install_actions:

Expand Down

0 comments on commit 90f518f

Please sign in to comment.