Skip to content

Commit

Permalink
Merge pull request #138 from ASFHyP3/do-not-wait-for-jobs
Browse files Browse the repository at this point in the history
do not wait for jobs to finish
  • Loading branch information
jtherrmann authored Dec 9, 2024
2 parents f003d1a + 37f3423 commit 2b917c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/process-and-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Process new granules
shell: bash -l {0}
run: |
python data_management/process_new_granules.py -y -w ${{ matrix.config_file }}
python data_management/process_new_granules.py -y ${{ matrix.config_file }}
- name: Transfer new products
shell: bash -l {0}
Expand Down

0 comments on commit 2b917c6

Please sign in to comment.