Skip to content

chore: remove nightly schedule from resource fetcher publish workflows - #1192

Merged
msluszniak merged 1 commit into
mainfrom
@ms/remove-fetcher-nightly
May 27, 2026
Merged

chore: remove nightly schedule from resource fetcher publish workflows#1192
msluszniak merged 1 commit into
mainfrom
@ms/remove-fetcher-nightly

Conversation

@msluszniak

Copy link
Copy Markdown
Member

Description

The bare-resource-fetcher and expo-resource-fetcher packages rarely change, but the publish workflows ran on a nightly cron, flooding npm with effectively identical versions. Drop the schedule trigger from both workflows; keep workflow_dispatch (with the latest-build toggle) so we can still publish manually — including a nightly tag — when needed.

Introduces a breaking change?

  • Yes
  • No

Type of change

  • Bug fix (change which fixes an issue)
  • New feature (change which adds functionality)
  • Documentation update (improves or adds clarity to existing documentation)
  • Other (chores, tests, code style improvements etc.)

Tested on

  • iOS
  • Android

Testing instructions

CI-only change. Verify in the Actions tab that "NPM publish bare-resource-fetcher" and "NPM publish expo-resource-fetcher" no longer list a scheduled trigger but can still be dispatched manually.

Screenshots

Related issues

Closes #1167

Checklist

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have updated the documentation accordingly
  • My changes generate no new warnings

Additional notes

Resource fetcher packages rarely change, so daily nightly publishes
bloat npm with effectively identical versions. Drop the cron trigger
and keep workflow_dispatch (with latest-build toggle) so we can still
publish manually when needed.
@msluszniak msluszniak self-assigned this May 27, 2026
@msluszniak msluszniak added the chore PRs that are chores label May 27, 2026
@msluszniak
msluszniak requested a review from barhanc May 27, 2026 11:06
@msluszniak
msluszniak merged commit 72e2d55 into main May 27, 2026
2 checks passed
@msluszniak
msluszniak deleted the @ms/remove-fetcher-nightly branch May 27, 2026 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore PRs that are chores

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove nightly from resource fetchers

2 participants