This is an automated email from the ASF dual-hosted git repository.
hubcio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iggy.git
The following commit(s) were added to refs/heads/master by this push:
new b2093e1a0 ci: run finalize_pr on arm runner (#3402)
b2093e1a0 is described below
commit b2093e1a027a7c9be4cbeef2da44e924cb1de990
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Mon Jun 1 13:41:00 2026 +0200
ci: run finalize_pr on arm runner (#3402)
---
.github/workflows/pre-merge.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml
index e6ae70889..03b525467 100644
--- a/.github/workflows/pre-merge.yml
+++ b/.github/workflows/pre-merge.yml
@@ -205,7 +205,7 @@ jobs:
# Final status check
finalize_pr:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04-arm
needs: [common, detect, test-rust, test-python, test-php, test-node,
test-go, test-java, test-csharp, test-cpp, test-bdd, test-examples, test-other]
if: ${{ !cancelled() }}
steps: