Skip to content

Commit

Permalink
Merge pull request #7114 from ellemouton/useCorrectBaseBranchOnPush
Browse files Browse the repository at this point in the history
github: only check commits on PR events
  • Loading branch information
guggero authored Nov 4, 2022
2 parents ae6006a + 5499ce3 commit 22fec76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
# check commits
########################
check-commits:
if: github.event_name == 'pull_request'
name: check commits
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 3 additions & 1 deletion docs/release-notes/release-notes-0.16.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 22fec76

Please sign in to comment.