From 3fbd20d025c3f65935e1cd00590eba3051fdf2e9 Mon Sep 17 00:00:00 2001 From: Mason Rupp Date: Sat, 29 Aug 2026 18:01:22 -0400 Subject: [PATCH] chore(actions): disable scheduled Maven snapshot publishing in fork --- .github/workflows/java-publish-snapshot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-publish-snapshot.yml b/.github/workflows/java-publish-snapshot.yml index 8c957627ff..539e098f14 100644 --- a/.github/workflows/java-publish-snapshot.yml +++ b/.github/workflows/java-publish-snapshot.yml @@ -3,9 +3,11 @@ name: Java Publish Snapshot to Maven Central env: HUSKY: 0 +# Fork note: automatic weekday publishing is disabled in this fork because +# Maven Central publishing requires credentials and publication ownership that +# are specific to the upstream project. Manual dispatch remains available for +# intentional fork-specific publishing after configuration. on: - schedule: - - cron: "0 7 * * 1-5" # Mon-Fri at 07:00 UTC workflow_dispatch: permissions: