Skip to content

Commit

Permalink
File Sync from linuxdeepin/.github (linuxdeepin#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepin-bot[bot] authored Mar 15, 2022
1 parent 97c0aa0 commit f0126d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backup-to-gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: backup to gitlab
on: [push]

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

jobs:
Expand Down Expand Up @@ -30,6 +30,7 @@ jobs:
jenkins-bridge-client -printlog -token "${{ secrets.BRIDGETOKEN }}" -runid "${{ steps.generate-runid.outputs.RUN_ID }}"
backup-to-gitee:
if: github.repository_owner == 'linuxdeepin'
runs-on: ubuntu-latest
steps:
- name: create-repo
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/call-build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Call build-deb
on:
pull_request_target:
types: [opened, synchronize]
paths-ignore:
- ".github/workflows/**"

concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
Expand Down

0 comments on commit f0126d8

Please sign in to comment.