We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87ae4c commit 4a931d9Copy full SHA for 4a931d9
1 file changed
…ithub/workflows/example.site.preview.yml .github/workflows/test.ddev.workflows.yml.github/workflows/example.site.preview.yml renamed to .github/workflows/test.ddev.workflows.yml
@@ -1,10 +1,10 @@
1
#
2
-# Operations Project Workflow: Example Pull Request Site workflow.
+# This workflow is for testing the re-usable ones workflows.
3
4
-# This example workflow uses the reusable workflow operations.site.deploy.ddev.yml.
5
-# You can copy this into your project.
+# It contains multiple steps, including starting and tearing down a site.
+# It doesn't make sense to use this example directly.
6
7
-# See https://github.com/operations-project/site-runner-ddev for more information.
+# See the example.* files for that.
8
9
name: Preview Sites
10
on:
0 commit comments