This is an automated email from the ASF dual-hosted git repository.

mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new b2a066b2ad Create list-github-hosted-runners.yml
b2a066b2ad is described below

commit b2a066b2ad37ef1826747f0b554446ee30cadc77
Author: Matt Pavlovich <[email protected]>
AuthorDate: Thu Sep 18 08:09:15 2025 -0500

    Create list-github-hosted-runners.yml
---
 .github/workflows/list-github-hosted-runners.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/workflows/list-github-hosted-runners.yml 
b/.github/workflows/list-github-hosted-runners.yml
new file mode 100644
index 0000000000..ed6c042557
--- /dev/null
+++ b/.github/workflows/list-github-hosted-runners.yml
@@ -0,0 +1,16 @@
+jobs:
+  runners:
+    runs-on: ubuntu-latest
+    outputs:
+      list: ${{ steps.list.outputs.all }}
+    steps:
+      - id: list
+        uses: snow-actions/[email protected]
+
+  test:
+    needs: [ runners ]
+    strategy:
+      fail-fast: false
+      matrix:
+        runner: ${{ fromJSON(needs.runners.outputs.list) }}
+    runs-on: ${{ matrix.runner }}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to