aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-23 16:11:41 +0200
committerGravatar GitHub <[email protected]>2020-11-23 16:11:41 +0200
commitb58797d36fb26721d766ec849581dd0ffea67b6c (patch)
tree9acc7f37281fc3430c45f49c722e4e8ccf6e7583 /.github
parentAdd missing dot to workflow (diff)
Run flake8 matchers removal step always
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/forms-backend.yml1
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: