diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11bdc90bac..c3487829a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ name: CI on: - schedule: - # once per day - - cron: 0 0 * * * + # schedule: + # # once per day + # - cron: 0 0 * * * push: branches: - dev