Skip to content

Commit 785aadc

Browse files
committed
feat: add Imaging lab
1 parent 5ac0348 commit 785aadc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/fetch_filter_resources.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,11 @@ jobs:
190190
bash sources/bin/populate_labs.sh
191191
env:
192192
COMMUNITY: earth
193+
- name: Populate Imaging lab
194+
run: |
195+
bash sources/bin/populate_labs.sh
196+
env:
197+
COMMUNITY: Imaging
193198
#To initiate a lab, we recommend adding it below. It will automatically create the folders and structures required.
194199
# - name: Populate <community-name> Lab
195200
# run: |

0 commit comments

Comments
 (0)