Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/asf-allowlist-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ name: "ASF Allowlist Check"
on:
pull_request:
merge_group:
push:
branches:
- main

permissions:
contents: read
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/check-md-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
name: Check Markdown links

on:
push:
paths:
- '.github/workflows/check-md-link.yml'
- 'mkdocs/**'
branches:
- 'main'
pull_request:
merge_group:
workflow_dispatch:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/python-ci-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand All @@ -20,9 +20,6 @@
name: "Python CI Docs"

on:
push:
branches:
- 'main'
pull_request:
merge_group:

Expand All @@ -49,5 +46,3 @@
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
- name: Build docs
run: make docs-build
- name: Run linters
run: make lint
3 changes: 0 additions & 3 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand All @@ -20,9 +20,6 @@
name: "Python CI"

on:
push:
branches:
- 'main'
pull_request:
merge_group:

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/python-integration.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
Expand All @@ -20,9 +20,6 @@
name: "Python Integration"

on:
push:
branches:
- 'main'
pull_request:
merge_group:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
name: GitHub Actions Security Analysis with zizmor 🌈

on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
merge_group:
Expand Down
Loading