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

blaginin pushed a commit to branch db/extended-runs-on
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/db/extended-runs-on by this 
push:
     new e12dd2a226 runs on action!
e12dd2a226 is described below

commit e12dd2a2264dfe4d66a959903c8139d45b5be87a
Author: blaginin <[email protected]>
AuthorDate: Mon Feb 23 20:12:36 2026 +0000

    runs on action!
---
 .github/workflows/extended.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml
index fd950a1f65..c54be7f0fd 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -69,6 +69,7 @@ jobs:
     runs-on: ${{ github.repository_owner == 'apache' && 
format('runs-on={0},family=m8a,cpu=8,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
 github.run_id) || 'ubuntu-latest' }}
     # note: do not use amd/rust container to preserve disk space
     steps:
+      - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e  # v2.0.3
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
         with:
           ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if 
triggered by push
@@ -96,6 +97,7 @@ jobs:
     # spot=false because the tests are long, 
https://runs-on.com/configuration/spot-instances/#disable-spot-pricing
     # note: do not use amd/rust container to preserve disk space
     steps:
+      - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e  # v2.0.3
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
         with:
           ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if 
triggered by push
@@ -143,10 +145,11 @@ jobs:
   # Check answers are correct when hash values collide
   hash-collisions:
     name: cargo test hash collisions (amd64)
-    runs-on: ubuntu-latest
+    runs-on: ${{ github.repository_owner == 'apache' && 
format('runs-on={0},family=m8a,cpu=16,image=ubuntu24-full-x64,extras=s3-cache,disk=large,tag=datafusion',
 github.run_id) || 'ubuntu-latest' }}
     container:
       image: amd64/rust
     steps:
+      - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e  # v2.0.3
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
         with:
           ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if 
triggered by push
@@ -169,6 +172,7 @@ jobs:
     container:
       image: amd64/rust
     steps:
+      - uses: runs-on/action@cd2b598b0515d39d78c38a02d529db87d2196d1e  # v2.0.3
       - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd  # 
v6.0.2
         with:
           ref: ${{ github.event.inputs.pr_head_sha }} # will be empty if 
triggered by push


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to