mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Try to force StyleCheck running
This commit is contained in:
parent
e0852ba028
commit
4e2f56ac34
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
||||
StyleCheck:
|
||||
needs: DockerHubPush
|
||||
runs-on: [self-hosted, style-checker]
|
||||
if: ${{ success() || failure() }}
|
||||
if: ${{ success() || failure() || always() }}
|
||||
steps:
|
||||
- name: Set envs
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user