mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-27 11:09:28 +00:00
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:
parent
be33aaaf94
commit
47f0732590
14
.github/workflows/snap-stable.yml
vendored
14
.github/workflows/snap-stable.yml
vendored
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user