diff --git a/.github/workflows/upload-and-deploy.yaml b/.github/workflows/upload-and-deploy.yaml index ea8b877..77857b2 100755 --- a/.github/workflows/upload-and-deploy.yaml +++ b/.github/workflows/upload-and-deploy.yaml @@ -183,7 +183,7 @@ jobs: environment: develop steps: - name: Assume AWS role - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ vars.AWS_CREDENTIALS_IAM_ROLE }} aws-region: "us-east-1" diff --git a/templates/glue-workflow.j2 b/templates/glue-workflow.j2 index 5483368..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 * * ? *) + Default: cron(0 2 ? * 1 *) CompareParquetStagingNamespace: Type: String