From 9852bd89e34b139bea9fe82cf3d88a69a8de500d Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 11 Nov 2025 11:30:30 +0100 Subject: [PATCH 1/2] Fix CI run --- .github/workflows/continuous-integration.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 32e7b71..2712247 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,11 +1,10 @@ name: Testing on: - pull_request: ~ + pull_request: push: - branches: - - main schedule: - - cron: "30 6 * * 1" + - cron: "30 6 1 * *" + jobs: build: runs-on: ubuntu-latest From dcaf2895a4fdf4b6383ee2028b3919ce02bc97da Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 11 Nov 2025 11:32:01 +0100 Subject: [PATCH 2/2] Remove cron as it makes the workflow get disabled after 60days --- .github/workflows/continuous-integration.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2712247..6d71eb1 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,9 +1,7 @@ name: Testing on: - pull_request: + pull_request: push: - schedule: - - cron: "30 6 1 * *" jobs: build: @@ -16,6 +14,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 dependency-levels: - 'highest' experimental: