We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac0348 commit 785aadcCopy full SHA for 785aadc
.github/workflows/fetch_filter_resources.yaml
@@ -190,6 +190,11 @@ jobs:
190
bash sources/bin/populate_labs.sh
191
env:
192
COMMUNITY: earth
193
+ - name: Populate Imaging lab
194
+ run: |
195
+ bash sources/bin/populate_labs.sh
196
+ env:
197
+ COMMUNITY: Imaging
198
#To initiate a lab, we recommend adding it below. It will automatically create the folders and structures required.
199
# - name: Populate <community-name> Lab
200
# run: |
0 commit comments