From 450af70a685bf4819396218917d22d2c70747b6b Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 21:58:58 +0100 Subject: [PATCH 1/3] ci: add workflow_dispatch trigger and secrets inherit --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ffa64fb..d5e137d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,15 @@ on: branches: [develop] pull_request: branches: [develop, main] + workflow_dispatch: + inputs: + triggered-by: + description: 'Orchestrator run ID' + required: false + type: string jobs: lint-and-test: uses: fireflyframework/.github/.github/workflows/python-ci.yml@main with: python-version: '3.13' + secrets: inherit From ad03feacfe31dcf9a7341c5da7c9221e24101097 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 21:58:59 +0100 Subject: [PATCH 2/3] ci: add workflow_dispatch trigger and secrets inherit --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5ac89a2a..06ee0861 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,8 +3,14 @@ on: push: tags: ['v*'] workflow_dispatch: + inputs: + triggered-by: + description: 'Orchestrator run ID' + required: false + type: string jobs: release: uses: fireflyframework/.github/.github/workflows/python-release.yml@main permissions: contents: write + secrets: inherit From d5b2cc4f96e0af6d93d11d7281f6c527d05445c8 Mon Sep 17 00:00:00 2001 From: Andres Contreras Date: Tue, 10 Feb 2026 22:03:08 +0100 Subject: [PATCH 3/3] docs: add CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51da47f3..336005a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/fireflyframework/fireflyframework-genai/actions/workflows/ci.yml/badge.svg)](https://github.com/fireflyframework/fireflyframework-genai/actions/workflows/ci.yml) + ``` _____.__ _____.__ _/ ____\__|______ _____/ ____\ | ___.__.