From e7b77e2474217095171c7fb9e4b68eb0dc499250 Mon Sep 17 00:00:00 2001 From: baugetfa Date: Mon, 8 Dec 2025 13:38:28 +0100 Subject: [PATCH 1/2] .github/workflows/ with remote workflow-templates --- .github/workflows/conda-package-build.yml | 23 ---------------- .github/workflows/openalea_ci.yml | 33 +++++++++++++++++++++++ 2 files changed, 33 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/conda-package-build.yml create mode 100644 .github/workflows/openalea_ci.yml diff --git a/.github/workflows/conda-package-build.yml b/.github/workflows/conda-package-build.yml deleted file mode 100644 index ed7d257..0000000 --- a/.github/workflows/conda-package-build.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: OpenAlea CI - -on: - push: - branches: - - main - - master - tags: - - 'v*' - pull_request: - types: - - opened - - synchronize - - reopened - release: - types: - - published - -jobs: - build: - uses: openalea/action-build-publish-anaconda/.github/workflows/openalea_ci.yml@main - secrets: - anaconda_token: ${{ secrets.ANACONDA_TOKEN }} diff --git a/.github/workflows/openalea_ci.yml b/.github/workflows/openalea_ci.yml new file mode 100644 index 0000000..3d610de --- /dev/null +++ b/.github/workflows/openalea_ci.yml @@ -0,0 +1,33 @@ +name: OpenAlea CI + +on: + push: + branches: + - main + - master + tags: + - 'v*' + pull_request: + types: + - opened + - synchronize + - reopened + release: + types: + - published + workflow_dispatch: + inputs: + check_before_tag: + description: "Run OpenAlea CI pre-tag build" + required: false + default: "true" + type: boolean + +run-name: > + ${{ github.event_name == 'workflow_dispatch' && 'OpenAlea CI pre-tag build' || 'OpenAlea CI' }} + +jobs: + build: + uses: openalea/action-build-publish-anaconda/.github/workflows/openalea_ci.yml@main + secrets: + anaconda_token: ${{ secrets.ANACONDA_TOKEN }} \ No newline at end of file From 86880cdc0330aae8a893453a9e4bf067a955e70e Mon Sep 17 00:00:00 2001 From: baugetfa Date: Mon, 8 Dec 2025 13:51:52 +0100 Subject: [PATCH 2/2] added eol --- .github/workflows/openalea_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openalea_ci.yml b/.github/workflows/openalea_ci.yml index 3d610de..5ac1ac1 100644 --- a/.github/workflows/openalea_ci.yml +++ b/.github/workflows/openalea_ci.yml @@ -30,4 +30,4 @@ jobs: build: uses: openalea/action-build-publish-anaconda/.github/workflows/openalea_ci.yml@main secrets: - anaconda_token: ${{ secrets.ANACONDA_TOKEN }} \ No newline at end of file + anaconda_token: ${{ secrets.ANACONDA_TOKEN }}