Run CheckLabels always despite the CI is cancelled or not

This commit is contained in:
Mikhail f. Shiryaev 2022-11-28 21:03:22 +01:00
parent fff60a9811
commit 4ab92d3abf
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -22,6 +22,8 @@ on: # yamllint disable-line rule:truthy
jobs:
CheckLabels:
runs-on: [self-hosted, style-checker]
# Run the first check always, even if the CI is cancelled
if: ${{ always() }}
steps:
- name: Clear repository
run: |