trivial: Disable the automatic snap stable promotion

The snap is converted into a confined version, but we need to make
sure that the snapd has promoted into a stable release so that fwupd
snap also works.

We should revert this after that happens.
This commit is contained in:
Mario Limonciello 2023-02-08 23:33:25 -06:00
parent be33aaaf94
commit 47f0732590

View File

@ -1,14 +0,0 @@
name: Publish to snap stable channel
on:
release:
types: [published]
jobs:
snap:
uses: ./.github/workflows/snap.yml
with:
deploy: true
channel: stable
secrets: inherit