From d30b56ab0403db0f6f6148b87e813b25d8416b6b Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Mon, 25 May 2026 10:49:20 +0100 Subject: [PATCH 1/2] Debug CRON CI --- .github/workflows/gh-ci-cron.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 76f3b518f3..08f16a65d0 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -5,9 +5,9 @@ on: - cron: "0 3 * * 2,5" workflow_dispatch: # Uncomment when you need to test on a PR - # pull_request: - # branches: - # - develop + pull_request: + branches: + - develop concurrency: From c9b45807c93d67ac6d90f15a1eb8f2ab6e1322f9 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Mon, 25 May 2026 11:21:05 +0100 Subject: [PATCH 2/2] fix missing hole2 --- .github/workflows/gh-ci-cron.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 08f16a65d0..a048076f13 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -99,7 +99,7 @@ jobs: os-type: "ubuntu" - name: setup_micromamba - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: environment-name: mda create-args: >- @@ -141,6 +141,10 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04, macos-14] + include: + - hole2: hole2 + os: ubuntu-22.04 + steps: - uses: actions/checkout@v6 @@ -151,7 +155,7 @@ jobs: os-type: ${{ matrix.os }} - name: setup_micromamba - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: environment-name: mda create-args: >- @@ -167,6 +171,7 @@ jobs: with: micromamba: true full-deps: true + hole2: ${{ matrix.hole2 }} - name: build_srcs uses: ./.github/actions/build-src @@ -242,7 +247,7 @@ jobs: os-type: ${{ matrix.os }} - name: setup_micromamba - uses: mamba-org/setup-micromamba@v2 + uses: mamba-org/setup-micromamba@v3 with: environment-name: mda create-args: >-