From f3957e0f03c7528698feb15ed04425da292ba92b Mon Sep 17 00:00:00 2001 From: Petro Kurbatskyi <67897517+ibexa-yuna@users.noreply.github.com> Date: Tue, 28 May 2024 22:09:39 +0200 Subject: [PATCH] ENG-125: Try different (reactor) approach --- .github/workflows/reactor.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/reactor.yaml diff --git a/.github/workflows/reactor.yaml b/.github/workflows/reactor.yaml new file mode 100644 index 0000000000..ed77739129 --- /dev/null +++ b/.github/workflows/reactor.yaml @@ -0,0 +1,12 @@ +name: Reactor Invoker + +on: + push: + pull_request: + issues: + workflow_dispatch: + +jobs: + call-reactor: + uses: ibexa/gh-workflows/.github/workflows/repo-reactor.yml@main + secrets: inherit