From aeb63c07e495ae35f0fc335b283f7eb7d81194b7 Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Sun, 19 Oct 2025 15:10:41 +0200 Subject: [PATCH 1/2] Update ci.yml --- .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 f302f38b..73bbfd05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ name: CI Joomla Framework on: - push: - pull_request: schedule: - cron: 15 2 * * 1 + push: + pull_request: + workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} From 1e3d5d55507bcb0fdc4ca41a6fdbc7acaa8e123e Mon Sep 17 00:00:00 2001 From: Hannes Papenberg Date: Sun, 19 Oct 2025 15:15:51 +0200 Subject: [PATCH 2/2] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 73bbfd05..9486ecb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,10 @@ name: CI Joomla Framework on: - schedule: - - cron: 15 2 * * 1 push: pull_request: + schedule: + - cron: 15 2 * * 1 workflow_dispatch: concurrency: