Skip to content

Commit

Permalink
Fix test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed May 25, 2024
1 parent a7b2e34 commit 588ace2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ "master", "support/4.0.0" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
schedule:
- cron: "36 8 * * 5"

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
matrix:
python-version: [ "3.10", "3.11", "3.12"]
requirements-file: [
dj42_cms311.txt,
dj42_cms41.txt,
dj50_cms41.txt
]
Expand Down
1 change: 0 additions & 1 deletion djangocms_rest/serializers/pageserializer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import datetime

from cms.models import PageContent
from django.contrib.contenttypes.models import ContentType
Expand Down
4 changes: 0 additions & 4 deletions tests/requirements/dj42_cms311.txt

This file was deleted.

0 comments on commit 588ace2

Please sign in to comment.