Skip to content

Fix update-docs workflow not triggering on releases#3968

Merged
JakeSCahill merged 1 commit intomainfrom
fix/update-docs-workflow
Feb 6, 2026
Merged

Fix update-docs workflow not triggering on releases#3968
JakeSCahill merged 1 commit intomainfrom
fix/update-docs-workflow

Conversation

@JakeSCahill
Copy link
Collaborator

@JakeSCahill JakeSCahill commented Feb 6, 2026

The update-docs workflow wasn't firing on releases. Turns out we were using published which fires for prereleases too, then filtering them out with an if condition. But if the release was marked as a prerelease at any point, the job just silently skipped.

Switched to released which only fires for actual releases (not prereleases), so we don't need the manual filtering anymore.

Also added a job to trigger the cookbook example tests in rp-connect-docs when we release.

Changes:

  • published to released event type
  • Removed the now-redundant prerelease/draft checks
  • Added test-cookbook-examples job

Tested with act - all three jobs run as expected.

@JakeSCahill JakeSCahill force-pushed the fix/update-docs-workflow branch from 1c18409 to 8c8a6ad Compare February 6, 2026 08:40
@JakeSCahill JakeSCahill merged commit f060899 into main Feb 6, 2026
5 checks passed
@JakeSCahill JakeSCahill deleted the fix/update-docs-workflow branch February 6, 2026 13:50
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