Skip to content

ci: only trigger docs updates on actual releases#3941

Merged
JakeSCahill merged 1 commit intomainfrom
fix-update-docs-workflow
Jan 29, 2026
Merged

ci: only trigger docs updates on actual releases#3941
JakeSCahill merged 1 commit intomainfrom
fix-update-docs-workflow

Conversation

@JakeSCahill
Copy link
Collaborator

Skip prereleases and drafts by using release event with prerelease and draft filters, matching the pattern used in redpanda repo.

Changes:

  • Changed trigger from push: tags to release: types: [published]
  • Added condition to both jobs to skip prereleases and drafts: if: ${{ !github.event.release.prerelease && !github.event.release.draft }}

This ensures the workflow only runs for actual GA releases, following the same pattern as the redpanda repository.

Skip prereleases and drafts by using release event with
prerelease and draft filters, matching the pattern used
in redpanda repo.
@JakeSCahill JakeSCahill merged commit ba91789 into main Jan 29, 2026
5 checks passed
@JakeSCahill JakeSCahill deleted the fix-update-docs-workflow branch January 29, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants