diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index 8fac47558..c4827e8d5 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -41,10 +41,6 @@ jobs: DB_USERNAME: postgres DB_PASSWORD: password - # Rails verifies the time zone in DB is the same as the time zone of the Rails app - TZ: "Europe/London" - - steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index dab485e88..a6ddb4361 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -43,10 +43,6 @@ jobs: DB_USERNAME: postgres DB_PASSWORD: password - # Rails verifies the time zone in DB is the same as the time zone of the Rails app - TZ: "Europe/London" - - steps: - name: Checkout uses: actions/checkout@v2