Skip to content

Commit

Permalink
remove testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
coilysiren committed Nov 21, 2024
1 parent 861d29c commit 747345c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cd-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ on:
push:
branches:
- "main"
- "kai/alert-on-deploy-fail"
paths:
- "api/**"
- "Makefile"
release:
types: [published]
workflow_dispatch:
Expand Down
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,3 @@ release-image-tag: ## Prints the image tag of the release image

help: ## Prints the help documentation and info about each command
@grep -E '^[/a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'



# TESTING


# TESTING

# TESTING

0 comments on commit 747345c

Please sign in to comment.