File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed
Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change 11name : 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
35on :
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
1722jobs :
1823 monero-lws :
You can’t perform that action at this time.
0 commit comments