Skip to content

Commit

Permalink
Merge f3b1ccf into fd1e7a9
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Dec 15, 2021
2 parents fd1e7a9 + f3b1ccf commit 03a637c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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,10 @@ jobs:
- run: python3 -m pip install -U pip
- run: python3 -m pip cache dir
- run: python3 -m venv test-env
- run: echo ${{ github.workflow }}
- run: echo ${{ github.event_name }}
- run: echo ${{ github.head_ref }}
- run: echo ${{ github.ref }}

create-issue:
needs: build
Expand Down

0 comments on commit 03a637c

Please sign in to comment.