From 35303b28934cd4dbf3ca487f2520317bacae4300 Mon Sep 17 00:00:00 2001 From: Quinn Brencher Date: Mon, 26 Feb 2024 14:38:54 -0800 Subject: [PATCH] Update offsets_pipeline.yml to 4, 5, 6 yr pairs --- .github/workflows/offsets_pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/offsets_pipeline.yml b/.github/workflows/offsets_pipeline.yml index ef2d91b..54af592 100644 --- a/.github/workflows/offsets_pipeline.yml +++ b/.github/workflows/offsets_pipeline.yml @@ -31,7 +31,7 @@ jobs: burstId: ${{ inputs.burstId }} polarization: ${{ inputs.polarization }} nlooks: ${{ inputs.looks }} - dt: 3 + dt: 4 secrets: inherit denseOffsets6: uses: ./.github/workflows/offsets_timeseries.yml @@ -39,7 +39,7 @@ jobs: burstId: ${{ inputs.burstId }} polarization: ${{ inputs.polarization }} nlooks: ${{ inputs.looks }} - dt: 6 + dt: 5 secrets: inherit denseOffsets8: uses: ./.github/workflows/offsets_timeseries.yml @@ -47,5 +47,5 @@ jobs: burstId: ${{ inputs.burstId }} polarization: ${{ inputs.polarization }} nlooks: ${{ inputs.looks }} - dt: 8 - secrets: inherit \ No newline at end of file + dt: 6 + secrets: inherit