Skip to content

Commit

Permalink
Merge 40543ab into fd1e7a9
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Dec 15, 2021
2 parents fd1e7a9 + 40543ab commit 9b3a567
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 All @@ -16,6 +20,7 @@ jobs:
- run: python3 -m pip install -U pip
- run: python3 -m pip cache dir
- run: python3 -m venv test-env
- run: echo ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}

create-issue:
needs: build
Expand Down

0 comments on commit 9b3a567

Please sign in to comment.