diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8472cd2a..b8453a5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: Ubuntu CI -on: - push: - pull_request: - schedule: - - cron: '30 2 * * 1,4' # Every Monday and Thursday @ 2h30am UTC +on: [push, pull_request] + # push: + # pull_request: + # schedule: + # - cron: '30 2 * * 1,4' # Every Monday and Thursday @ 2h30am UTC env: POETRY_VERSION: 1.8.3