Update static_analysis.yaml
This commit is contained in:
parent
7d04dc2a9c
commit
5509b252c3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/static_analysis.yaml
vendored
3
.github/workflows/static_analysis.yaml
vendored
|
@ -5,6 +5,9 @@ on:
|
|||
branches: [develop, master]
|
||||
repository_dispatch:
|
||||
types: [upstream-sdk-notify]
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
|
||||
cancel-in-progress: true
|
||||
env:
|
||||
# These must be set for fetchdep.sh to get the right branch
|
||||
REPOSITORY: ${{ github.repository }}
|
||||
|
|
Loading…
Reference in a new issue