We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6737300 commit b1344f7Copy full SHA for b1344f7
.github/workflows/pr.yml
@@ -17,8 +17,6 @@ concurrency:
17
jobs:
18
build-fast:
19
uses: ./.github/workflows/build-fast.yml
20
- build-lightning:
21
- uses: ./.github/workflows/build-lightning.yml
22
# Specifying a dependent job allows us to select a single "requires" check in the project GitHub settings
23
all:
24
if: ${{ always() }}
.github/workflows/push.yml
@@ -12,8 +12,6 @@ concurrency:
12
13
14
15
16
needs:
- build-fast
0 commit comments