diff --git a/.github/workflows/build_cc.yml b/.github/workflows/build_cc.yml index 86e9c660f6..fc1e87ee68 100644 --- a/.github/workflows/build_cc.yml +++ b/.github/workflows/build_cc.yml @@ -2,6 +2,9 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" pull_request: merge_group: concurrency: diff --git a/.github/workflows/build_wheel.yml b/.github/workflows/build_wheel.yml index 709bdd2c31..a88850f332 100644 --- a/.github/workflows/build_wheel.yml +++ b/.github/workflows/build_wheel.yml @@ -4,6 +4,9 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" tags: - "v*" pull_request: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 990c7a94b3..e7b06c5728 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -4,6 +4,9 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" pull_request: schedule: - cron: '45 2 * * 2' diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 21d6aef040..b1bdaa3e60 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -5,6 +5,10 @@ name: "Copilot Setup Steps" on: workflow_dispatch: push: + branches-ignore: + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" paths: - .github/workflows/copilot-setup-steps.yml pull_request: diff --git a/.github/workflows/mirror_gitee.yml b/.github/workflows/mirror_gitee.yml index 2d090c0539..79d1ce11a5 100644 --- a/.github/workflows/mirror_gitee.yml +++ b/.github/workflows/mirror_gitee.yml @@ -1,6 +1,13 @@ name: Mirror to Gitee Repo -on: [ push, delete, create ] +on: + push: + branches-ignore: + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" + delete: + create: # Ensures that only one mirror task will run at a time. concurrency: diff --git a/.github/workflows/package_c.yml b/.github/workflows/package_c.yml index ee57ca3c0d..dae85816f5 100644 --- a/.github/workflows/package_c.yml +++ b/.github/workflows/package_c.yml @@ -4,6 +4,9 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" tags: - "v*" pull_request: diff --git a/.github/workflows/test_cc.yml b/.github/workflows/test_cc.yml index deacdc57e7..9883253779 100644 --- a/.github/workflows/test_cc.yml +++ b/.github/workflows/test_cc.yml @@ -2,6 +2,9 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" pull_request: merge_group: concurrency: diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 460d1036f5..1ad2485701 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -2,6 +2,9 @@ on: push: branches-ignore: - "gh-readonly-queue/**" + - "copilot/**" + - "dependabot/**" + - "pre-commit-ci-update-config" pull_request: merge_group: concurrency: