Skip to content

Commit

Permalink
Merge pull request #87 from nakajimayoshi/deprecate-workflows
Browse files Browse the repository at this point in the history
[chore]: move prod/staging workflow to old-deployment branch, save if needed
  • Loading branch information
nakajimayoshi authored Jul 12, 2024
2 parents 41209e6 + 913ce57 commit 315a484
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Changelog

## July 2024
| *date* | *prefix* | *description* |
| ---------- | ---------- | ------------------------------------------------------ |
| 07/12/2024 | feat/chore | add profanity filter, setup deployment for new service |
| 07/12/2023 | chor | deprecate old workflows |

## June 2023
| *date* | *prefix* | *description* |
| ---------- | -------- | ---------------------- |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Production CI
on:
push:
branches:
- main
- old-deployment

jobs:
lint_helm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Staging CI
on:
push:
branches:
- staging
- old-deployment

jobs:
lint_helm:
Expand Down

0 comments on commit 315a484

Please sign in to comment.