mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
@@ -57,9 +57,10 @@ jobs:
|
||||
- name: Calculate progress (run once)
|
||||
id: progress
|
||||
run: |
|
||||
cd .github/workflows
|
||||
# Check if Python script exists
|
||||
if [ ! -f "update-progress.py" ]; then
|
||||
echo "::error::update-progress.py not found in repository root"
|
||||
echo "::error::update-progress.py not found in .github/workflows directory"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user