ci(github): publish snap weekly

This commit is contained in:
Oleg Shparber
2026-04-04 16:56:32 +03:00
parent 90496c49b0
commit 9343be3877
+3 -4
View File
@@ -15,9 +15,8 @@ on:
- candidate
- beta
- edge
# TODO: Add schedule trigger for edge channel.
# schedule:
# - cron: '0 0 * * 1'
schedule:
- cron: '0 0 * * 2'
permissions: {}
@@ -55,4 +54,4 @@ jobs:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
snap: ${{ steps.build.outputs.snap }}
release: ${{ inputs.channel || 'stable' }}
release: ${{ inputs.channel || (github.event_name == 'schedule' && 'edge') || 'stable' }}