mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-27 17:21:09 +02:00
Merge pull request #7385 from guggero/github-label-trigger
GitHub: allow skipping itest and changelog check with labels
This commit is contained in:
commit
ad6fe6a78e
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -188,6 +188,7 @@ jobs:
|
|||||||
integration-test:
|
integration-test:
|
||||||
name: run itests
|
name: run itests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: '!contains(github.event.pull_request.labels.*.name, ''no-itest'')'
|
||||||
strategy:
|
strategy:
|
||||||
# Allow other tests in the matrix to continue if one fails.
|
# Allow other tests in the matrix to continue if one fails.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -243,6 +244,7 @@ jobs:
|
|||||||
windows-integration-test:
|
windows-integration-test:
|
||||||
name: run windows itest
|
name: run windows itest
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
if: '!contains(github.event.pull_request.labels.*.name, ''no-itest'')'
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -273,6 +275,7 @@ jobs:
|
|||||||
new-integration-test:
|
new-integration-test:
|
||||||
name: run new itests
|
name: run new itests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: '!contains(github.event.pull_request.labels.*.name, ''no-itest'')'
|
||||||
strategy:
|
strategy:
|
||||||
# Allow other tests in the matrix to continue if one fails.
|
# Allow other tests in the matrix to continue if one fails.
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@ -328,6 +331,7 @@ jobs:
|
|||||||
new-windows-integration-test:
|
new-windows-integration-test:
|
||||||
name: run new windows itest
|
name: run new windows itest
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
if: '!contains(github.event.pull_request.labels.*.name, ''no-itest'')'
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -381,6 +385,7 @@ jobs:
|
|||||||
milestone-check:
|
milestone-check:
|
||||||
name: check release notes updated
|
name: check release notes updated
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: '!contains(github.event.pull_request.labels.*.name, ''no-changelog'')'
|
||||||
steps:
|
steps:
|
||||||
- name: git checkout
|
- name: git checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user