mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-30 17:48:27 -05:00
fix: remove stray closing braces in infra-health-check.yml
Remove leftover closing braces that were causing GitHub Actions workflow parse errors.
This commit is contained in:
3
.github/workflows/infra-health-check.yml
vendored
3
.github/workflows/infra-health-check.yml
vendored
@@ -356,9 +356,6 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
- name: 📊 Linux Container Analysis
|
- name: 📊 Linux Container Analysis
|
||||||
if: matrix.platform == 'linux' && inputs.test_linux != false
|
if: matrix.platform == 'linux' && inputs.test_linux != false
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user