Skip to content

Commit

Permalink
Merge 739fe81 into fd1e7a9
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Dec 15, 2021
2 parents fd1e7a9 + 739fe81 commit 7c875fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches: [ master ]
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
cancel-in-progress: true

jobs:
build:
strategy:
Expand Down

0 comments on commit 7c875fa

Please sign in to comment.