Skip to content

Commit 4cee099

Browse files
committed
Updating workflow to use Github CPU runner
Signed-off-by: Eric Kerfoot <[email protected]>
1 parent 66c5c93 commit 4cee099

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test-modified.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
shell: bash
3838
run: |
3939
python -c "import monai; monai.config.print_debug_info()"
40+
git fetch origin main
4041
git diff --name-only origin/main | while read line
4142
do
42-
if [[ $line == *.ipynb ]]
43-
then
44-
./runner.sh -p " -and -wholename './${line}'"
45-
fi
43+
if [[ $line == *.ipynb ]]
44+
then
45+
./runner.sh -p " -and -wholename './${line}'"
46+
fi
4647
done

0 commit comments

Comments
 (0)