File tree Expand file tree Collapse file tree 10 files changed +9
-43
lines changed
Expand file tree Collapse file tree 10 files changed +9
-43
lines changed Original file line number Diff line number Diff line change 11name : Security Audit
22on :
33 workflow_dispatch :
4- schedule :
5- - cron : ' 0 0 * * *'
64
75jobs :
86 audit :
Original file line number Diff line number Diff line change 11name : CI Checks - Benchmarks
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 benchmark :
Original file line number Diff line number Diff line change 11name : CI Checks - CLN Integration Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 check-cln :
Original file line number Diff line number Diff line change 11name : CI Checks - Kotlin Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 check-kotlin :
Original file line number Diff line number Diff line change 11name : CI Checks - LND Integration Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 check-lnd :
Original file line number Diff line number Diff line change 11name : CI Checks - Python Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 check-python :
Original file line number Diff line number Diff line change 11name : CI Checks - Rust Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 build :
Original file line number Diff line number Diff line change 11name : SemVer checks
2- on : [push, pull_request ]
2+ on : [workflow_dispatch ]
33
44jobs :
55 semver-checks :
Original file line number Diff line number Diff line change 11name : CI Checks - Swift Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 check-swift :
Original file line number Diff line number Diff line change 11name : CI Checks - VSS Integration Tests
22
3- on : [push, pull_request]
4-
5- concurrency :
6- group : ${{ github.workflow }}-${{ github.ref }}
7- cancel-in-progress : true
3+ on : [workflow_dispatch]
84
95jobs :
106 build-and-test :
You can’t perform that action at this time.
0 commit comments