Skip to content

Commit

Permalink
[VL] Minor fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Dec 29, 2023
1 parent 84f9d5d commit 93e2008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ch_code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: CH Backend Code style checks

on:
pull_request
pull_request_target

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: Code style checks

on:
pull_request
pull_request_target

concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/velox_tpch_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
name: Velox backend Performance Tests on Merge

on:
pull_request:
pull_request_target:
types: [ closed ]
branches:
- main
Expand Down

0 comments on commit 93e2008

Please sign in to comment.