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

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 67a4b21  CI: Run all CI jobs for changes in `.github/` (#17)
67a4b21 is described below

commit 67a4b214031ae6b3f59122f62f7ed1f4b48d7606
Author: Robert Stupp <sn...@snazy.de>
AuthorDate: Fri Apr 25 08:46:39 2025 +0200

    CI: Run all CI jobs for changes in `.github/` (#17)
---
 .github/workflows/benchmarks-main.yml               | 2 ++
 .github/workflows/iceberg-catalog-migrator-main.yml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/.github/workflows/benchmarks-main.yml 
b/.github/workflows/benchmarks-main.yml
index 136ce5e..38aac6f 100644
--- a/.github/workflows/benchmarks-main.yml
+++ b/.github/workflows/benchmarks-main.yml
@@ -24,9 +24,11 @@ on:
     branches: [ main ]
     paths:
       - 'benchmarks/**'
+      - '.github/**'
   pull_request:
     paths:
       - 'benchmarks/**'
+      - '.github/**'
 
 jobs:
   java:
diff --git a/.github/workflows/iceberg-catalog-migrator-main.yml 
b/.github/workflows/iceberg-catalog-migrator-main.yml
index cd806f6..6c8accc 100644
--- a/.github/workflows/iceberg-catalog-migrator-main.yml
+++ b/.github/workflows/iceberg-catalog-migrator-main.yml
@@ -24,9 +24,11 @@ on:
     branches: [ main ]
     paths:
       - 'iceberg-catalog-migrator/**'
+      - '.github/**'
   pull_request:
     paths:
       - 'iceberg-catalog-migrator/**'
+      - '.github/**'
 
 jobs:
   java:

Reply via email to