Skip to content

Commit

Permalink
chore: adust github workflow
Browse files Browse the repository at this point in the history
Adust github workflow.
  • Loading branch information
dengbo11 committed Feb 28, 2025
1 parent 097bc9f commit abc2f64
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 55 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/backup-to-gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: backup to gitlab
on: [push]

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true

jobs:
backup-to-gitlabwh:
uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@release
secrets:
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/call-auto-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ concurrency:

jobs:
auto_tag:
uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master
secrets: inherit
uses: deepin-community/.github/.github/workflows/auto-tag.yml@release
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
9 changes: 9 additions & 0 deletions .github/workflows/call-chatOps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: chatOps
on:
issue_comment:
types: [created]

jobs:
chatopt:
uses: deepin-community/.github/.github/workflows/chatOps.yml@release
secrets: inherit
11 changes: 0 additions & 11 deletions .github/workflows/call-commitlint.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/call-license-check.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/cppcheck.yml

This file was deleted.

0 comments on commit abc2f64

Please sign in to comment.