diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 326e501..1a3eba7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,9 +6,9 @@ on: # Trigger only when Makefile is changed paths: ["Makefile"] workflow_dispatch: - schedule: - # Trigger on the 1st day of every month at 12:00 UTC - - cron: "0 12 1 * *" + # schedule: + # # Trigger on the 1st day of every month at 12:00 UTC + # - cron: "0 12 1 * *" jobs: build: