diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index efd0671..c9ed3ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,9 +3,9 @@ name: main on: push: # All branches and tags - schedule: - # Runs automatically on the 27th of every month at 04:30 UTC - - cron: "30 04 27 * *" + # schedule: + # # Runs automatically on the 27th of every month at 04:30 UTC + # - cron: "30 04 27 * *" concurrency: group: ${{ github.workflow }}-${{ github.ref }}