forked from mirrors/gio-qt
parent
d11b521df1
commit
39f40fa07c
1 changed files with 2 additions and 5 deletions
7
.github/workflows/call-build-deb.yml
vendored
7
.github/workflows/call-build-deb.yml
vendored
|
@ -3,10 +3,7 @@ on:
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/**"
|
- ".github/workflows/**"
|
||||||
|
types: [ opened, closed, synchronize ]
|
||||||
pull_request:
|
|
||||||
types:
|
|
||||||
- closed
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||||
|
@ -14,7 +11,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check_job:
|
check_job:
|
||||||
if: ${{ github.event_name == 'pull_request_target' || github.event.pull_request.merged }}
|
if: github.event.action != 'closed' || github.event.pull_request.merged
|
||||||
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
|
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
|
||||||
secrets:
|
secrets:
|
||||||
BridgeToken: ${{ secrets.BridgeToken }}
|
BridgeToken: ${{ secrets.BridgeToken }}
|
||||||
|
|
Loading…
Reference in a new issue