71
71
matrix :
72
72
db_backend : [goleveldb]
73
73
runs-on : ubuntu-20.04
74
+ if : false
74
75
env : # Or as an environment variable
75
76
SPID : ${{ secrets.SPID_TESTNET }}
76
77
API_KEY : ${{ secrets.API_KEY_TESTNET }}
@@ -127,6 +128,7 @@ jobs:
127
128
128
129
build-deb-mainnet-2004 :
129
130
runs-on : ubuntu-20.04
131
+ if : false
130
132
strategy :
131
133
fail-fast : false
132
134
matrix :
@@ -307,6 +309,7 @@ jobs:
307
309
308
310
Ubuntu-2004-CLI :
309
311
runs-on : ubuntu-20.04
312
+ if : false
310
313
steps :
311
314
- uses : actions/checkout@v4
312
315
- uses : actions/setup-go@v5
@@ -384,6 +387,7 @@ jobs:
384
387
path : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
385
388
386
389
check-hw-tool-2004 :
390
+ if : false
387
391
runs-on : ubuntu-20.04
388
392
env : # Or as an environment variable
389
393
SPID : ${{ secrets.SPID_TESTNET }}
@@ -472,13 +476,13 @@ jobs:
472
476
needs : [
473
477
native-build-cli,
474
478
build-deb-testnet,
475
- build-deb-testnet-2004,
479
+ # build-deb-testnet-2004,
476
480
build-deb-mainnet,
477
- build-deb-mainnet-2004,
481
+ # build-deb-mainnet-2004,
478
482
MacOS-ARM64-CLI,
479
- Ubuntu-2004-CLI,
483
+ # Ubuntu-2004-CLI,
480
484
check-hw-tool,
481
- check-hw-tool-2004,
485
+ # check-hw-tool-2004,
482
486
# check-hw-tool-mainnet
483
487
]
484
488
runs-on : ubuntu-22.04
@@ -499,27 +503,27 @@ jobs:
499
503
- uses : actions/download-artifact@v4
500
504
with :
501
505
name : secretcli-MacOS-arm64
502
- - uses : actions/download-artifact@v4
503
- with :
504
- name : secretcli-Ubuntu-20.04
505
- - uses : actions/download-artifact@v4
506
- with :
507
- name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
506
+ # - uses: actions/download-artifact@v4
507
+ # with:
508
+ # name: secretcli-Ubuntu-20.04
509
+ # - uses: actions/download-artifact@v4
510
+ # with:
511
+ # name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
508
512
- uses : actions/download-artifact@v4
509
513
with :
510
514
name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-22.04.deb
511
- - uses : actions/download-artifact@v4
512
- with :
513
- name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
515
+ # - uses: actions/download-artifact@v4
516
+ # with:
517
+ # name: secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
514
518
- uses : actions/download-artifact@v4
515
519
with :
516
520
name : secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-22.04.deb
517
521
- uses : actions/download-artifact@v4
518
522
with :
519
523
name : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
520
- - uses : actions/download-artifact@v4
521
- with :
522
- name : check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
524
+ # - uses: actions/download-artifact@v4
525
+ # with:
526
+ # name: check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
523
527
# - uses: actions/download-artifact@v4
524
528
# with:
525
529
# name: check_hw_${{ steps.get_version.outputs.VERSION }}_mainnet.tar.gz
@@ -528,14 +532,10 @@ jobs:
528
532
with :
529
533
prerelease : true
530
534
files : |
531
- secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-20.04.deb
532
535
secretnetwork_${{ steps.get_version.outputs.VERSION }}_testnet_goleveldb_amd64_ubuntu-22.04.deb
533
536
secretcli-macOS
534
537
secretcli-Windows
535
538
secretcli-Linux
536
539
secretcli-MacOS-arm64
537
- secretcli-Ubuntu-20.04
538
- secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-20.04.deb
539
540
secretnetwork_${{ steps.get_version.outputs.VERSION }}_mainnet_goleveldb_amd64_ubuntu-22.04.deb
540
541
check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-22.04.tar.gz
541
- check_hw_${{ steps.get_version.outputs.VERSION }}_ubuntu-20.04.tar.gz
0 commit comments