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
|
name: Call build-deb
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/**"
|
- ".github/workflows/**"
|
||||||
|
|
||||||
|
|
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -1,6 +1,8 @@
|
||||||
name: cppcheck
|
name: cppcheck
|
||||||
on:
|
on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/workflows/**"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||||
|
|
Loading…
Reference in a new issue