From 4759b72b987b34cdc5cd91b7b1fa45c55980dba9 Mon Sep 17 00:00:00 2001 From: Kristian Bendiksen Date: Thu, 28 Jan 2021 17:10:10 +0100 Subject: [PATCH] Github actions: Fix failing pylint on pull requests. --- .github/workflows/python-linting.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-linting.yml b/.github/workflows/python-linting.yml index fd84375142..a22ab561e9 100644 --- a/.github/workflows/python-linting.yml +++ b/.github/workflows/python-linting.yml @@ -19,5 +19,4 @@ jobs: commit-message: 'Python code linting changes detected by black' title: 'Fixes by black (Python)' branch: python-black-patches - - \ No newline at end of file + base: ${{ github.head_ref }}