mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:50:05 +00:00
Don't run clang-tidy-comments on a canceled job
This commit is contained in:
parent
c78fd097a1
commit
84d88f5040
1 changed files with 1 additions and 0 deletions
1
.github/workflows/clang-tidy-comments.yml
vendored
1
.github/workflows/clang-tidy-comments.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion != 'cancelled' }}
|
||||
|
||||
steps:
|
||||
- name: Post Comments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue