Skip to content

Commit

Permalink
adjust BE checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Shushunya committed Oct 12, 2023
1 parent 5987126 commit 2d17317
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Lint

on: pull_request
on:
pull_request:
paths:
- '!FrontEnd/**'

jobs:
lint:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Testing BE
on: pull_request
on:
pull_request:
paths:
- '!FrontEnd/**'

env:
SECRET_KEY: django-insecure-8p_=_(i8$#=t_n26md(d7=gpc%5sss!4-1a0cp(lir3-0x^$8%
Expand Down

0 comments on commit 2d17317

Please sign in to comment.