This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new c46bb24690a Fix GitHub Actions workflow
c46bb24690a is described below
commit c46bb24690acd5fcd532f0f16d144a1bdf20e6f2
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Feb 23 11:52:42 2026 +0200
Fix GitHub Actions workflow
- remove redundant triggering on push to main branch which was added in
#1031
---
.github/workflows/ci-precommit.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/ci-precommit.yml
b/.github/workflows/ci-precommit.yml
index 5da09873956..6ff453aa5bc 100644
--- a/.github/workflows/ci-precommit.yml
+++ b/.github/workflows/ci-precommit.yml
@@ -19,9 +19,6 @@ name: CI - Precommit
on:
pull_request:
branches: [main]
- push:
- branches:
- - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}