sync by github workflow

Log: none
Influence: none
This commit is contained in:
deepin-admin-bot 2023-05-10 01:52:24 +00:00
parent 233cc0db3d
commit 222194eb95
2 changed files with 1 additions and 15 deletions

View File

@ -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 }}

View File

@ -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