diff options
author | 2020-11-23 16:11:41 +0200 | |
---|---|---|
committer | 2020-11-23 16:11:41 +0200 | |
commit | b58797d36fb26721d766ec849581dd0ffea67b6c (patch) | |
tree | 9acc7f37281fc3430c45f49c722e4e8ccf6e7583 /.github | |
parent | Add missing dot to workflow (diff) |
Run flake8 matchers removal step always
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/forms-backend.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index 74c4ef3..f7f6bea 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -50,6 +50,7 @@ jobs: # There may some bad behaviours, so remove them - name: Remove flake8 matchers + if: ${{ always() }} run: echo "::remove-matcher owner=flake8-error::" && echo "::remove-matcher owner=flake8-warning::" build: |