Skip to content

Commit a656684

Browse files
committed
test ci
1 parent 9cf6ecc commit a656684

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci2develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "scripts/**"
88
- ".github/**"
99
- "kubernetes/**"
10-
branches: [develop]
10+
branches: [559/change-image-tag-ci]
1111
workflow_dispatch:
1212

1313
jobs:

backend/account/views/oj.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ def post(self, request):
485485
JsonResponse: A success message if the operation was successful,
486486
or an error message if an exception occurred.
487487
"""
488+
print("Hello")
488489
try:
489490
UserScore.objects.update(fluctuation=F('total_score') - F('yesterday_score'))
490491
return self.success("User score fluctuations have been calculated successfully")

0 commit comments

Comments
 (0)