mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
Merge pull request #7114 from ellemouton/useCorrectBaseBranchOnPush
github: only check commits on PR events
This commit is contained in:
commit
22fec76339
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -92,6 +92,7 @@ jobs:
|
||||
# check commits
|
||||
########################
|
||||
check-commits:
|
||||
if: github.event_name == 'pull_request'
|
||||
name: check commits
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -204,7 +204,9 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100).
|
||||
|
||||
* Update github actions to [check commits against the target base
|
||||
branch](https://github.com/lightningnetwork/lnd/pull/7103) rather than just
|
||||
using the master branch.
|
||||
using the master branch. And [skip the commit
|
||||
check](https://github.com/lightningnetwork/lnd/pull/7114) for all non-PR
|
||||
events.
|
||||
|
||||
### Integration test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user