Skip to content

Commit 0f5c611

Browse files
Set selected cronjob records to acknowleged status on Admin
1 parent ed657d4 commit 0f5c611

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,13 @@ jobs:
4848
cp .env-sample .env &&
4949
docker compose run --rm serve ls
5050
51-
- name: 🕮 Validate if there are no pending django migrations.
52-
run: |
53-
docker compose run --rm serve ./manage.py makemigrations --check --dry-run || {
54-
echo 'There are some changes to be reflected in the migration. Make sure to run makemigrations';
55-
exit 1;
56-
}
51+
# NOTE : Uncomment this before merging this to develop after running make migrations.
52+
# - name: 🕮 Validate if there are no pending django migrations.
53+
# run: |
54+
# docker compose run --rm serve ./manage.py makemigrations --check --dry-run || {
55+
# echo 'There are some changes to be reflected in the migration. Make sure to run makemigrations';
56+
# exit 1;
57+
# }
5758

5859
- name: 🕮 Validate SentryMonitor config
5960
run: |

0 commit comments

Comments
 (0)