Skip to content

Commit fc8a957

Browse files
committed
Disable monero-lws builds for now
1 parent afe46f9 commit fc8a957

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

.github/workflows/monero-lws.yml

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
name: Monero LWS
22

3+
# Temporarily disabled - monero-lws is not compatible with Monero 0.18.4.x
4+
# See: https://github.com/vtnerd/monero-lws for upstream updates
35
on:
4-
push:
5-
branches: [ main ]
6-
paths:
7-
- 'monero-lws/Dockerfile'
8-
- 'monero-lws/TAG'
9-
10-
pull_request:
11-
types: [opened, reopened]
12-
paths:
13-
- 'monerod/Dockerfile'
14-
- 'monerod/SHASUM'
15-
- 'monerod/VERSION'
6+
workflow_dispatch: # Manual trigger only
7+
8+
# Disabled automatic triggers:
9+
# push:
10+
# branches: [ main ]
11+
# paths:
12+
# - 'monero-lws/Dockerfile'
13+
# - 'monero-lws/TAG'
14+
#
15+
# pull_request:
16+
# types: [opened, reopened]
17+
# paths:
18+
# - 'monerod/Dockerfile'
19+
# - 'monerod/SHASUM'
20+
# - 'monerod/VERSION'
1621

1722
jobs:
1823
monero-lws:

0 commit comments

Comments
 (0)