chore: clean unused workflows
这是网站形的仓库,清理软件包相关的工作流 Log:
This commit is contained in:
17
.github/workflows/call-auto-tag.yml
vendored
17
.github/workflows/call-auto-tag.yml
vendored
@@ -1,17 +0,0 @@
|
||||
name: auto tag
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, closed]
|
||||
paths:
|
||||
- "debian/changelog"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-pull/${{ github.event.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
auto_tag:
|
||||
uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
|
||||
secrets:
|
||||
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
|
||||
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: deepin-community/.github/.github/workflows/build-deb.yml@master
|
||||
secrets:
|
||||
BridgeToken: ${{ secrets.BridgeToken }}
|
||||
14
.github/workflows/call-build-tag.yml
vendored
14
.github/workflows/call-build-tag.yml
vendored
@@ -1,14 +0,0 @@
|
||||
name: tag build
|
||||
on:
|
||||
push:
|
||||
tags: "*"
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: deepin-community/.github/.github/workflows/build-tag.yml@master
|
||||
secrets:
|
||||
BridgeToken: ${{ secrets.BridgeToken }}
|
||||
Reference in New Issue
Block a user