Skip to content

Commit

Permalink
do not wait for jobs to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Dec 9, 2024
1 parent f003d1a commit 37f3423
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 37f3423

Please sign in to comment.