From 3ffe8fabb8bba8b323b5ffa90c84339248dd2b3f Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Wed, 20 Nov 2024 14:59:43 +0000 Subject: [PATCH] Revert temporary changes / hacks --- .github/workflows/platform-pull-request.yml | 8 ++++---- Dockerfile | 2 -- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/platform-pull-request.yml b/.github/workflows/platform-pull-request.yml index ea3f827902c0..13c171bf9c94 100644 --- a/.github/workflows/platform-pull-request.yml +++ b/.github/workflows/platform-pull-request.yml @@ -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: diff --git a/Dockerfile b/Dockerfile index 476eaea94efe..a546b16d3089 100644 --- a/Dockerfile +++ b/Dockerfile @@ -235,6 +235,4 @@ COPY --from=build-node-django /build/api/ /app/ RUN python manage.py collectstatic --no-input -EXPOSE 8000 - USER nobody