From cd5758e6106da789a320662d39bdbc254c2a7fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Thu, 14 Mar 2024 15:28:23 +0100 Subject: [PATCH] Restore CI execution per commit As scheduled only works on the base branch anyway See gh-32436 --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93669a476fc9..2455763a207f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,8 @@ name: CI on: - schedule: - - cron: '30 9 * * *' + push: + branches: + - 6.1.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: