Skip to content

Commit 712d3ae

Browse files
dfa1claude
andcommitted
ci: run the release smoke test weekly
Add a Monday 06:00 UTC schedule. Scheduled runs carry no input, so the resolve job auto-picks the latest Maven Central release — catching Central or runner-image drift against the published artifact without a manual run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 71a92b8 commit 712d3ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release-smoke.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ on:
1212
description: Version to smoke-test. Leave blank to use the latest release on Maven Central.
1313
required: false
1414
default: ""
15+
schedule:
16+
# Weekly, Mondays 06:00 UTC. No input on scheduled runs, so the resolve job
17+
# picks the latest release on Maven Central — catches Central / runner-image
18+
# drift against the published release without a manual trigger.
19+
- cron: "0 6 * * 1"
1520

1621
permissions:
1722
contents: read

0 commit comments

Comments
 (0)