mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: disable the daily Snap build for now
Apparently these currently end up in a rebuild loop. Suggested-by: Michał Sawicz <michal@sawicz.net> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a21cddc69a
commit
0ccb762a09
1 changed files with 3 additions and 2 deletions
5
.github/workflows/snap_usns.yml
vendored
5
.github/workflows/snap_usns.yml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: SnapUSNs
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 5 * * *'
|
||||
workflow_dispatch
|
||||
# schedule:
|
||||
# - cron: '0 5 * * *'
|
||||
|
||||
jobs:
|
||||
CheckUSNs:
|
||||
|
|
Loading…
Reference in a new issue