Fix branch matching for the strict tsc CI (#9597)
This commit is contained in:
parent
d705c864ba
commit
cd46c89699
1 changed files with 3 additions and 0 deletions
3
.github/workflows/static_analysis.yaml
vendored
3
.github/workflows/static_analysis.yaml
vendored
|
@ -46,6 +46,9 @@ jobs:
|
|||
checks: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Deps
|
||||
run: "scripts/ci/layered.sh"
|
||||
|
||||
- name: Get diff lines
|
||||
id: diff
|
||||
|
|
Loading…
Reference in a new issue