diff options
author | David Robertson <davidr@element.io> | 2022-10-03 19:29:53 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-10-03 19:30:01 +0100 |
commit | 92ae90aca2f1303a8dfdde77ae94f06bcf0acbd4 (patch) | |
tree | 6c22d333ad4375cf03b26506edf229980a35e4cd /.github/workflows/tests.yml | |
parent | Bump actions/upload-artifact from 2 to 3 (#14023) (diff) | |
download | synapse-92ae90aca2f1303a8dfdde77ae94f06bcf0acbd4.tar.xz |
Dependabot changelog: don't require a changelog in lints
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0aa5894a10..94eb58b59d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: run: scripts-dev/check_line_terminators.sh lint-newsfile: - if: ${{ github.base_ref == 'develop' || contains(github.base_ref, 'release-') }} + if: ${{ (github.base_ref == 'develop' || contains(github.base_ref, 'release-')) && github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 |