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