diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b35bc5b..da433cf 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,12 +1,12 @@ name: C/C++ CI -#on: [push, pull_request] -on: - push: - pull_request: - schedule: - # run 9:00 UCT time every date, i.e. 17:00 Taipei time - - cron: '0 9 * * *' +on: [push, pull_request] +#on: +# push: +# pull_request: +# schedule: +# # run 9:00 UCT time every date, i.e. 17:00 Taipei time +# - cron: '0 9 * * *' jobs: build: