diff --git a/.github/workflows/update-cpp-parser.yml b/.github/workflows/update-cpp-parser.yml index a028c91..d3d4caa 100644 --- a/.github/workflows/update-cpp-parser.yml +++ b/.github/workflows/update-cpp-parser.yml @@ -2,8 +2,6 @@ name: Update Dependencies on: schedule: - cron: "0 6 * * MON" # every monday at midnight - push: - branches: ["main"] jobs: build: runs-on: ubuntu-latest