From 4d2de242e85f50166b032e7b9f73f7895b151235 Mon Sep 17 00:00:00 2001 From: Harry Cruz Date: Wed, 26 Aug 2026 14:46:11 +0200 Subject: [PATCH] ci: add repository_dispatch trigger for platform release tests Allows the main rhesis repo to trigger integration tests after a platform release via a `platform-released` dispatch event. Signed-off-by: Harry Cruz --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 64c5671..afb03f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,6 +5,8 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] + repository_dispatch: + types: [ platform-released ] jobs: unit-tests: