mirror of https://github.com/apache/cloudstack.git
replace pull_request_target with pull_request
This commit is contained in:
parent
35862d4532
commit
216c565308
|
|
@ -17,10 +17,12 @@
|
|||
|
||||
name: Sonar Quality Check
|
||||
|
||||
on: [pull_request_target]
|
||||
on: [pull_request]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
dd contents: read
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
pull-requests: write # for sonar to comment on pull-request
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue