From 828980bd440f171e59147eb7ed36a71925de9e3e Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 15 Nov 2024 15:35:32 +0100 Subject: [PATCH] Fix workflow configuration for 6.2.x branch --- .github/workflows/build-and-deploy-snapshot.yml | 2 +- .github/workflows/ci.yml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy-snapshot.yml b/.github/workflows/build-and-deploy-snapshot.yml index 7f8885773aa..21476d2a6c4 100644 --- a/.github/workflows/build-and-deploy-snapshot.yml +++ b/.github/workflows/build-and-deploy-snapshot.yml @@ -2,7 +2,7 @@ name: Build and Deploy Snapshot on: push: branches: - - main + - 6.2.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203fd5ea6f1..79bc3a4ecfd 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.22.x concurrency: group: ${{ github.workflow }}-${{ github.ref }} jobs: