From 47f073259099b787d4e22a5bcc27b8093a11da06 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 8 Feb 2023 23:33:25 -0600 Subject: [PATCH] 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. --- .github/workflows/snap-stable.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/snap-stable.yml diff --git a/.github/workflows/snap-stable.yml b/.github/workflows/snap-stable.yml deleted file mode 100644 index 2a22ddaff..000000000 --- a/.github/workflows/snap-stable.yml +++ /dev/null @@ -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 -