We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3426f commit 94e69f6Copy full SHA for 94e69f6
.github/workflows/upload-and-deploy.yaml
@@ -240,7 +240,6 @@ jobs:
240
password: ${{ needs.pytest-docker.outputs.ecr-password }}
241
env:
242
DISABLE_SSL: true
243
- ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
244
options: "--user root"
245
steps:
246
- name: Assume AWS role
templates/glue-workflow.j2
@@ -63,7 +63,7 @@ Parameters:
63
When `IsMainNamespace`, the respective trigger is active from the moment
64
of deployment. Otherwise, the trigger is disabled so that we don't waste
65
resources running our development pipelines every day.
66
- Default: cron(0 2 * * 0 *)
+ Default: cron(0 2 ? * 1 *)
67
68
CompareParquetStagingNamespace:
69
Type: String
0 commit comments