Skip to content

Commit abc2f64

Browse files
committed
chore: adust github workflow
Adust github workflow.
1 parent 097bc9f commit abc2f64

6 files changed

+24
-55
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: backup to gitlab
2+
on: [push]
3+
4+
concurrency:
5+
group: ${{ github.workflow }}
6+
cancel-in-progress: true
7+
8+
jobs:
9+
backup-to-gitlabwh:
10+
uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@release
11+
secrets:
12+
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}

.github/workflows/call-auto-tag.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ concurrency:
1212

1313
jobs:
1414
auto_tag:
15-
uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master
16-
secrets: inherit
15+
uses: deepin-community/.github/.github/workflows/auto-tag.yml@release
16+
secrets:
17+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/call-chatOps.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: chatOps
2+
on:
3+
issue_comment:
4+
types: [created]
5+
6+
jobs:
7+
chatopt:
8+
uses: deepin-community/.github/.github/workflows/chatOps.yml@release
9+
secrets: inherit

.github/workflows/call-commitlint.yml

-11
This file was deleted.

.github/workflows/call-license-check.yml

-16
This file was deleted.

.github/workflows/cppcheck.yml

-26
This file was deleted.

0 commit comments

Comments
 (0)