mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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
|
name: SnapUSNs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
workflow_dispatch
|
||||||
- cron: '0 5 * * *'
|
# schedule:
|
||||||
|
# - cron: '0 5 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
CheckUSNs:
|
CheckUSNs:
|
||||||
|
|
Loading…
Reference in a new issue