Skip to content

Commit

Permalink
run CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbild committed Apr 10, 2024
1 parent dd1fbd3 commit 14966e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Formatting

on:
push:
branches: [master, develop]
branches: [master, develop, open_smp]

jobs:
code-formatting:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pod_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- develop
- features/**
- dependabot/**
- open_smp
pull_request:
branches:
- develop
Expand Down
1 change: 0 additions & 1 deletion pod/recorder/plugins/type_studio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

from pod.video.models import Video, get_storage_path_video
from pod.video_encode_transcript import encode
from ..models import Recording
from ..utils import add_comment, studio_clean_old_files
from ...live.models import Event
from ...settings import BASE_DIR
Expand Down

0 comments on commit 14966e5

Please sign in to comment.