mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-08 23:03:55 -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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
- name: 📊 Linux Container Analysis
|
||||
if: matrix.platform == 'linux' && inputs.test_linux != false
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user