Skip to content

Commit b1344f7

Browse files
committed
remove build-lightning workflow
1 parent 6737300 commit b1344f7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ concurrency:
1717
jobs:
1818
build-fast:
1919
uses: ./.github/workflows/build-fast.yml
20-
build-lightning:
21-
uses: ./.github/workflows/build-lightning.yml
2220
# Specifying a dependent job allows us to select a single "requires" check in the project GitHub settings
2321
all:
2422
if: ${{ always() }}

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ concurrency:
1212
jobs:
1313
build-fast:
1414
uses: ./.github/workflows/build-fast.yml
15-
build-lightning:
16-
uses: ./.github/workflows/build-lightning.yml
1715
all:
1816
needs:
1917
- build-fast

0 commit comments

Comments
 (0)