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 cb5d576a0 ci: run PR triage on ubuntu-24.04-arm for faster pickup 
(#3270)
cb5d576a0 is described below

commit cb5d576a0efc47f20fe9e3f29be00497583ab9fa
Author: Hubert Gruszecki <[email protected]>
AuthorDate: Tue May 19 21:35:33 2026 +0200

    ci: run PR triage on ubuntu-24.04-arm for faster pickup (#3270)
---
 .github/workflows/pr-triage-apply.yml   | 2 +-
 .github/workflows/pr-triage-collect.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/pr-triage-apply.yml 
b/.github/workflows/pr-triage-apply.yml
index c250b53ee..7386ac1c4 100644
--- a/.github/workflows/pr-triage-apply.yml
+++ b/.github/workflows/pr-triage-apply.yml
@@ -127,7 +127,7 @@ jobs:
       github.event_name == 'pull_request_target'
       || (github.event_name == 'workflow_run'
           && github.event.workflow_run.conclusion == 'success')
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04-arm
     timeout-minutes: 5
     steps:
       - name: Download triage event artifact
diff --git a/.github/workflows/pr-triage-collect.yml 
b/.github/workflows/pr-triage-collect.yml
index 6e85f2eb2..32316bd7a 100644
--- a/.github/workflows/pr-triage-collect.yml
+++ b/.github/workflows/pr-triage-collect.yml
@@ -47,7 +47,7 @@ jobs:
       github.event_name == 'pull_request_review'
       || (github.event_name == 'issue_comment'
           && github.event.issue.pull_request != null)
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04-arm
     timeout-minutes: 2
     steps:
       - name: Upload event payload

Reply via email to