diff --git a/.github/workflows/upload-and-deploy.yaml b/.github/workflows/upload-and-deploy.yaml index 28d8bc9..77857b2 100755 --- a/.github/workflows/upload-and-deploy.yaml +++ b/.github/workflows/upload-and-deploy.yaml @@ -240,7 +240,6 @@ jobs: password: ${{ needs.pytest-docker.outputs.ecr-password }} env: DISABLE_SSL: true - ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true options: "--user root" steps: - name: Assume AWS role diff --git a/templates/glue-workflow.j2 b/templates/glue-workflow.j2 index 37a7466..08cca52 100644 --- a/templates/glue-workflow.j2 +++ b/templates/glue-workflow.j2 @@ -63,7 +63,7 @@ Parameters: When `IsMainNamespace`, the respective trigger is active from the moment of deployment. Otherwise, the trigger is disabled so that we don't waste resources running our development pipelines every day. - Default: cron(0 2 * * 0 *) + Default: cron(0 2 ? * 1 *) CompareParquetStagingNamespace: Type: String