Skip to content

Commit

Permalink
Change name
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbell87 committed Sep 16, 2024
1 parent 95e7d03 commit aa0cb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .codepipeline/docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

echo "🏗️ Setting up Cosine"

#Copy the config template if config.php doens't exist
#Copy the config template if config.php doesn't exist
if [ ! -f config.php ]; then
echo "Installing config.php"
cp /bootstrap/config.default.php config.php
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Playwright
on:
workflow_dispatch:
workflow_run:
Expand Down

0 comments on commit aa0cb77

Please sign in to comment.