forked from mirrors/gio-qt
chore: Sync by 2e5e092ba3
sync by github workflow Log: none Influence: none
This commit is contained in:
parent
d7a3283d74
commit
4331fb8267
3 changed files with 1 additions and 32 deletions
17
.github/workflows/call-build-deb.yml
vendored
17
.github/workflows/call-build-deb.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
name: Call build-deb
|
|
||||||
on:
|
|
||||||
pull_request_target:
|
|
||||||
paths-ignore:
|
|
||||||
- ".github/workflows/**"
|
|
||||||
types: [ opened, closed, synchronize ]
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check_job:
|
|
||||||
if: github.event.action != 'closed' || github.event.pull_request.merged
|
|
||||||
uses: linuxdeepin/.github/.github/workflows/build-deb.yml@master
|
|
||||||
secrets:
|
|
||||||
BridgeToken: ${{ secrets.BridgeToken }}
|
|
3
.github/workflows/call-chatOps.yml
vendored
3
.github/workflows/call-chatOps.yml
vendored
|
@ -6,5 +6,4 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
chatopt:
|
chatopt:
|
||||||
uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master
|
uses: linuxdeepin/.github/.github/workflows/chatOps.yml@master
|
||||||
secrets:
|
secrets: inherit
|
||||||
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
|
|
||||||
|
|
13
.github/workflows/call-tag-build.yml
vendored
13
.github/workflows/call-tag-build.yml
vendored
|
@ -1,13 +0,0 @@
|
||||||
name: tag build
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
tags: "*"
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: ${{ github.workflow }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master
|
|
||||||
secrets: inherit
|
|
Loading…
Reference in a new issue