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

johnbam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new b4f39ecea4 [CI] Add separate pre-commit manual hooks workflow (#2708)
b4f39ecea4 is described below

commit b4f39ecea4865bc3d43249ac43214fcd86c74ca6
Author: John Bampton <[email protected]>
AuthorDate: Thu Mar 12 18:57:03 2026 +1000

    [CI] Add separate pre-commit manual hooks workflow (#2708)
---
 .github/workflows/{pre-commit.yml => pre-commit-manual.yml} | 6 ++----
 .github/workflows/pre-commit.yml                            | 2 --
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/pre-commit.yml 
b/.github/workflows/pre-commit-manual.yml
similarity index 90%
copy from .github/workflows/pre-commit.yml
copy to .github/workflows/pre-commit-manual.yml
index 519989f1a8..4399099374 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit-manual.yml
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-name: pre-commit
+name: Manual hooks
 
 on: [pull_request]
 
@@ -48,8 +48,6 @@ jobs:
       - uses: actions/cache@v5
         with:
           path: ~/.cache/pre-commit
-          key: pre-commit|${{ env.PY }}|${{ 
hashFiles('.pre-commit-config.yaml') }}
-      - name: Run pre-commit
-        run: pre-commit run --color=always --all-files --show-diff-on-failure
+          key: pre-commit-manual|${{ env.PY }}|${{ 
hashFiles('.pre-commit-config.yaml') }}
       - name: Run manual pre-commit hooks
         run: pre-commit run --color=always --all-files --hook-stage manual 
--show-diff-on-failure
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 519989f1a8..7c9aadb4cc 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -51,5 +51,3 @@ jobs:
           key: pre-commit|${{ env.PY }}|${{ 
hashFiles('.pre-commit-config.yaml') }}
       - name: Run pre-commit
         run: pre-commit run --color=always --all-files --show-diff-on-failure
-      - name: Run manual pre-commit hooks
-        run: pre-commit run --color=always --all-files --hook-stage manual 
--show-diff-on-failure

Reply via email to