Skip to content

Commit 922c472

Browse files
authored
Update batch_image_correlation.yml
1 parent 96f90f4 commit 922c472

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/workflows/batch_image_correlation.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,13 @@ on:
2828
description: number of pairs per image
2929
default: '1'
3030
options: ['3','2','1']
31-
32-
# Must duplicate inputs for workflow_call (https://github.com/orgs/community/discussions/39357)
33-
workflow_call:
34-
inputs:
35-
cloud_cover:
36-
type: string
37-
required: true
38-
start_month:
39-
type: string
40-
required: true
41-
stop_month:
42-
type: string
43-
required: true
44-
npairs:
45-
type: string
46-
required: true
47-
31+
4832
jobs:
4933
# The output of this job is a JSON mapping for a matrix job
5034
S2_search:
5135
runs-on: ubuntu-latest
5236
outputs:
53-
BURST_IDS: ${{ steps.S2_search.outputs.IMAGE_DATES }}
37+
IMG_IDS: ${{ steps.S2_search.outputs.IMAGE_DATES }}
5438
MATRIX: ${{ steps.S2_search.outputs.MATRIX_PARAMS_COMBINATIONS }}
5539
defaults:
5640
run:
@@ -65,7 +49,7 @@ jobs:
6549
cache-environment: true
6650
environment-file: glacier_image_correlation/environment.yml
6751

68-
- name: Search aws for S2 imagery
52+
- name: Search aws for S2 Imagery
6953
id: S2_search
7054
run: |
7155
python glacier_image_correlation/s2_search.py ${{ inputs.cloud_cover }} ${{ inputs.start_month }} ${{ inputs.stop_month }} ${{ inputs.npairs }}

0 commit comments

Comments
 (0)