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 07220b163e Delete .github/workflows/list-github-hosted-runners.yml
07220b163e is described below
commit 07220b163e7fca4af7683646dbf1795e8c7e99ff
Author: Matt Pavlovich <[email protected]>
AuthorDate: Thu Sep 18 08:16:09 2025 -0500
Delete .github/workflows/list-github-hosted-runners.yml
Remove test workflow for listing available GitHub runners
---
.github/workflows/list-github-hosted-runners.yml | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/.github/workflows/list-github-hosted-runners.yml
b/.github/workflows/list-github-hosted-runners.yml
deleted file mode 100644
index ed6c042557..0000000000
--- a/.github/workflows/list-github-hosted-runners.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-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