Skip to content

Commit

Permalink
Revert temporary changes / hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Nov 20, 2024
1 parent ab599db commit 3ffe8fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/platform-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Platform Pull Requests

on:
pull_request:
# types: [opened, synchronize, reopened, ready_for_review]
# paths-ignore:
# - docs/**
# - infrastructure/**
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- docs/**
- infrastructure/**

jobs:
permissions-check:
Expand Down
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,4 @@ COPY --from=build-node-django /build/api/ /app/

RUN python manage.py collectstatic --no-input

EXPOSE 8000

USER nobody

0 comments on commit 3ffe8fa

Please sign in to comment.