Skip to content

ci: disable Snap Build and Snap Store publish#175

Merged
peters merged 2 commits intomainfrom
chore/disable-snap-publish
Apr 28, 2026
Merged

ci: disable Snap Build and Snap Store publish#175
peters merged 2 commits intomainfrom
chore/disable-snap-publish

Conversation

@peters
Copy link
Copy Markdown
Owner

@peters peters commented Apr 28, 2026

Summary

  • Hard-disables the publish-snap job in .github/workflows/release.yml by setting if: false.
  • Hard-disables the snap-build job in .github/workflows/ci.yml the same way.
  • Both original conditions are preserved in comments so the jobs can be re-enabled with one-line edits once Snap packaging resumes.
  • No other infrastructure is touched: snap/snapcraft.yaml, snap-build-inputs, and the publish_snap workflow_dispatch input all remain in place.

Test plan

  • CI green on this branch with both jobs reporting skipping.
  • On the next stable release run, confirm the Publish Snap job appears as skipped (not pending or running).

peters added 2 commits April 28, 2026 22:21
Hard-disable the publish-snap job by setting `if: false`. The original
condition is preserved in a comment so the job can be re-enabled with
a one-line change when Snap Store publication resumes.
Hard-disable the snap-build job in CI by setting `if: false`. The
original condition is preserved in a comment so the job can be
re-enabled with a one-line change once Snap packaging resumes.
@peters peters changed the title ci(release): disable Snap Store publish ci: disable Snap Build and Snap Store publish Apr 28, 2026
@peters peters merged commit cbce766 into main Apr 28, 2026
13 checks passed
@peters peters deleted the chore/disable-snap-publish branch April 28, 2026 20:33
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.

1 participant