diff --git a/.github/workflows/check_timing.sh b/.github/workflows/check_timing.sh deleted file mode 100644 index 130fad1..0000000 --- a/.github/workflows/check_timing.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env bash -if pip search thop | grep -o "\((.*)\)" | xargs python .github/workflows/date_extraction.py -m ; then - echo "There has been more than one week since last update, start to build." -else - echo "Latest update within one week, skip the build" -fi \ No newline at end of file