forked from mirrors/gio-qt
parent
8c0a10e92b
commit
2ec44c007b
2 changed files with 2 additions and 1 deletions
1
.github/workflows/call-build-deb.yml
vendored
1
.github/workflows/call-build-deb.yml
vendored
|
@ -1,7 +1,6 @@
|
|||
name: Call build-deb
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize]
|
||||
paths-ignore:
|
||||
- ".github/workflows/**"
|
||||
|
||||
|
|
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: cppcheck
|
||||
on:
|
||||
pull_request_target:
|
||||
paths-ignore:
|
||||
- ".github/workflows/**"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||
|
|
Loading…
Reference in a new issue