This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new ff29ab870b [#] GitHub DevOps: Disable GH Actions on forked
repositories to reduce spam on failed test runs (#2164)
ff29ab870b is described below
commit ff29ab870ba35275f7363fda8a6653a7615722eb
Author: Matt Pavlovich <[email protected]>
AuthorDate: Tue Jun 30 00:46:34 2026 -0500
[#] GitHub DevOps: Disable GH Actions on forked repositories to reduce spam
on failed test runs (#2164)
---
.github/workflows/ci-nightly.yml | 2 ++
.github/workflows/ci-quick.yml | 2 ++
.github/workflows/ci-weekly.yml | 2 ++
.github/workflows/deploy.yml | 2 ++
4 files changed, 8 insertions(+)
diff --git a/.github/workflows/ci-nightly.yml b/.github/workflows/ci-nightly.yml
index 539290f95a..2addf008b1 100644
--- a/.github/workflows/ci-nightly.yml
+++ b/.github/workflows/ci-nightly.yml
@@ -32,6 +32,8 @@ jobs:
build:
name: build
+ if: github.event.repository.fork != true
+
permissions:
contents: read
diff --git a/.github/workflows/ci-quick.yml b/.github/workflows/ci-quick.yml
index 143eee126b..cfc5289f8c 100644
--- a/.github/workflows/ci-quick.yml
+++ b/.github/workflows/ci-quick.yml
@@ -37,6 +37,8 @@ jobs:
build:
name: build
+ if: github.event.repository.fork != true
+
permissions:
contents: read
diff --git a/.github/workflows/ci-weekly.yml b/.github/workflows/ci-weekly.yml
index 5e8358e635..5f1047d9cc 100644
--- a/.github/workflows/ci-weekly.yml
+++ b/.github/workflows/ci-weekly.yml
@@ -30,6 +30,8 @@ jobs:
build:
name: build
+ if: github.event.repository.fork != true
+
permissions:
contents: read
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 3e0c4d6502..aa638baeef 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -30,6 +30,8 @@ concurrency:
jobs:
deploy:
+ if: github.event.repository.fork != true
+
permissions:
contents: read
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact