Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
sync by github workflow

Log: none
Influence: none
  • Loading branch information
deepin-admin-bot committed Oct 14, 2022
1 parent 239dcaa commit 6ece596
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/call-auto-tag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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: linuxdeepin/.github/.github/workflows/auto-tag.yml@master
secrets: inherit
13 changes: 13 additions & 0 deletions .github/workflows/call-tag-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: tag build
on:
push:
tags: "*"

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

jobs:
build:
uses: linuxdeepin/.github/.github/workflows/build-tag.yml@master
secrets: inherit

0 comments on commit 6ece596

Please sign in to comment.