Update the project structure by moving the Python script files to a folder called "scripts" and the data files to a folder called "data" to organize the project files more clearly.
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
export BEIJING_TIME="$(TZ='Asia/Shanghai' date +'%Y-%m-%d %H:%M:%S:%3N')"
|
||||
echo "BEIJING_TIME=$BEIJING_TIME" >> $GITHUB_OUTPUT
|
||||
if [ -n "$GITHUB_TOKEN" ]; then
|
||||
python delete_old_runs.py
|
||||
python scripts/delete_old_runs.py
|
||||
echo "------"
|
||||
else
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user