Skip to content

Commit

Permalink
Update ci_build_merge_manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 authored Dec 10, 2024
1 parent 2c37b67 commit 8cd8eb3
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci_build_merge_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@ jobs:
matrix:
notebook: ${{ fromJson(needs.find_notebooks.outputs.notebook_list) }}
runs-on:
group: >
${{
matrix.notebook == 'notebooks/MIRI/MRS/JWPipeNB-MIRI-MRS.ipynb' ||
matrix.notebook == 'notebooks/NIRISS/Imaging/JWPipeNB-niriss-imaging.ipynb'
? 'jwst-pipeline-notebooks-32gb'
: 'jwst-pipeline-notebooks-16gb'
}}
#${{ matrix.notebook == 'notebooks/MIRI/MRS/JWPipeNB-MIRI-MRS.ipynb' || matrix.notebook == 'notebooks/NIRISS/Imaging/JWPipeNB-niriss-imaging.ipynb' ? 'jwst-pipeline-notebooks-32gb' : 'jwst-pipeline-notebooks-16gb' }}
group: ${{ matrix.notebook == 'notebooks/MIRI/MRS/JWPipeNB-MIRI-MRS.ipynb' || matrix.notebook == 'notebooks/NIRISS/Imaging/JWPipeNB-niriss-imaging.ipynb' ? 'jwst-pipeline-notebooks-32gb' : 'jwst-pipeline-notebooks-16gb' }}
outputs:
executed_notebooks: ${{ steps.execute.outputs.executed_notebooks }}
steps:
Expand Down

0 comments on commit 8cd8eb3

Please sign in to comment.