Skip to content

Commit

Permalink
Merge branch 'main' into settings-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj committed Nov 6, 2021
2 parents 7a36240 + cc0ecb4 commit 24a446b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '23 6 * * 1'
- cron: '23 6 * * 6'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9
FROM python:3.9-slim
MAINTAINER Soxoj <[email protected]>
WORKDIR /app
RUN pip install --upgrade pip
Expand Down

0 comments on commit 24a446b

Please sign in to comment.