This is an automated email from the ASF dual-hosted git repository.
andygrove pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new a89892041 Revert "ci: skip workflows for PRs tagged with skip ci
(#4301)
a89892041 is described below
commit a89892041af86e3bfd00fa5ed2e7454525da76f5
Author: Andy Grove <[email protected]>
AuthorDate: Wed May 13 06:23:46 2026 -0600
Revert "ci: skip workflows for PRs tagged with skip ci (#4301)
---
.github/workflows/codeql.yml | 1 -
.github/workflows/iceberg_spark_test.yml | 1 -
.github/workflows/miri.yml | 1 -
.github/workflows/pr_benchmark_check.yml | 1 -
.github/workflows/pr_build_linux.yml | 1 -
.github/workflows/pr_build_macos.yml | 1 -
.github/workflows/pr_markdown_format.yml | 1 -
.github/workflows/pr_missing_suites.yml | 1 -
.github/workflows/pr_rat_check.yml | 1 -
.github/workflows/pr_title_check.yml | 1 -
.github/workflows/spark_sql_test.yml | 1 -
.github/workflows/validate_workflows.yml | 1 -
12 files changed, 12 deletions(-)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 24d1078d2..f44b701c8 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -36,7 +36,6 @@ permissions:
jobs:
analyze:
name: Analyze Actions
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
permissions:
contents: read
diff --git a/.github/workflows/iceberg_spark_test.yml
b/.github/workflows/iceberg_spark_test.yml
index 2aed79e6a..2159af9ad 100644
--- a/.github/workflows/iceberg_spark_test.yml
+++ b/.github/workflows/iceberg_spark_test.yml
@@ -66,7 +66,6 @@ jobs:
# Build native library once and share with all test jobs
build-native:
name: Build Native Library
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
container:
image: amd64/rust
diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml
index e31861c78..438b48f15 100644
--- a/.github/workflows/miri.yml
+++ b/.github/workflows/miri.yml
@@ -51,7 +51,6 @@ on:
jobs:
miri:
name: "Miri"
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
diff --git a/.github/workflows/pr_benchmark_check.yml
b/.github/workflows/pr_benchmark_check.yml
index 4d1d4fed1..b07cc03c3 100644
--- a/.github/workflows/pr_benchmark_check.yml
+++ b/.github/workflows/pr_benchmark_check.yml
@@ -46,7 +46,6 @@ env:
jobs:
benchmark-check:
name: Benchmark Compile & Lint Check
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
container:
image: amd64/rust
diff --git a/.github/workflows/pr_build_linux.yml
b/.github/workflows/pr_build_linux.yml
index d00abea96..dd5377ef5 100644
--- a/.github/workflows/pr_build_linux.yml
+++ b/.github/workflows/pr_build_linux.yml
@@ -63,7 +63,6 @@ jobs:
# Fast lint check - gates all other jobs
lint:
name: Lint
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
container:
image: amd64/rust
diff --git a/.github/workflows/pr_build_macos.yml
b/.github/workflows/pr_build_macos.yml
index c2c47beea..8abaa1c77 100644
--- a/.github/workflows/pr_build_macos.yml
+++ b/.github/workflows/pr_build_macos.yml
@@ -59,7 +59,6 @@ jobs:
# Fast lint check - gates all other jobs (runs on Linux for cost efficiency)
lint:
name: Lint
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-latest
container:
image: amd64/rust
diff --git a/.github/workflows/pr_markdown_format.yml
b/.github/workflows/pr_markdown_format.yml
index d0c122c7a..fa9fe73d5 100644
--- a/.github/workflows/pr_markdown_format.yml
+++ b/.github/workflows/pr_markdown_format.yml
@@ -28,7 +28,6 @@ on:
jobs:
prettier-check:
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
diff --git a/.github/workflows/pr_missing_suites.yml
b/.github/workflows/pr_missing_suites.yml
index cd89a651b..88d32be30 100644
--- a/.github/workflows/pr_missing_suites.yml
+++ b/.github/workflows/pr_missing_suites.yml
@@ -30,7 +30,6 @@ on:
jobs:
check-missing-suites:
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
diff --git a/.github/workflows/pr_rat_check.yml
b/.github/workflows/pr_rat_check.yml
index f7d9ca2f0..5c2352ee3 100644
--- a/.github/workflows/pr_rat_check.yml
+++ b/.github/workflows/pr_rat_check.yml
@@ -35,7 +35,6 @@ on:
jobs:
rat-check:
name: RAT License Check
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
diff --git a/.github/workflows/pr_title_check.yml
b/.github/workflows/pr_title_check.yml
index c8abf738c..339ce1cd2 100644
--- a/.github/workflows/pr_title_check.yml
+++ b/.github/workflows/pr_title_check.yml
@@ -27,7 +27,6 @@ on:
jobs:
check-pr-title:
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
diff --git a/.github/workflows/spark_sql_test.yml
b/.github/workflows/spark_sql_test.yml
index f67b4e34e..51b8edc23 100644
--- a/.github/workflows/spark_sql_test.yml
+++ b/.github/workflows/spark_sql_test.yml
@@ -83,7 +83,6 @@ jobs:
# Build native library once and share with all test jobs
build-native:
name: Build Native Library
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
container:
image: amd64/rust
diff --git a/.github/workflows/validate_workflows.yml
b/.github/workflows/validate_workflows.yml
index 94971c4ce..7ed16995d 100644
--- a/.github/workflows/validate_workflows.yml
+++ b/.github/workflows/validate_workflows.yml
@@ -32,7 +32,6 @@ on:
jobs:
validate:
- if: ${{ github.event_name != 'pull_request' ||
(!contains(github.event.pull_request.labels.*.name, 'skip-ci') &&
!contains(github.event.pull_request.title, '[skip ci]')) }}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]