We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf6ecc commit a656684Copy full SHA for a656684
2 files changed
.github/workflows/ci2develop.yml
@@ -7,7 +7,7 @@ on:
7
- "scripts/**"
8
- ".github/**"
9
- "kubernetes/**"
10
- branches: [develop]
+ branches: [559/change-image-tag-ci]
11
workflow_dispatch:
12
13
jobs:
backend/account/views/oj.py
@@ -485,6 +485,7 @@ def post(self, request):
485
JsonResponse: A success message if the operation was successful,
486
or an error message if an exception occurred.
487
"""
488
+ print("Hello")
489
try:
490
UserScore.objects.update(fluctuation=F('total_score') - F('yesterday_score'))
491
return self.success("User score fluctuations have been calculated successfully")
0 commit comments