From d0f6334d786b499db37fd7912a32873e71896ecf Mon Sep 17 00:00:00 2001 From: Simon Perkins Date: Thu, 7 Nov 2024 14:25:21 +0200 Subject: [PATCH] Simplify CI --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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