Skip to content

Commit

Permalink
Update create_release_draft.yml
Browse files Browse the repository at this point in the history
Concurrency for create release draft
  • Loading branch information
echoix authored Nov 22, 2023
1 parent b9db211 commit dd494b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create_release_draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ on:
jobs:
build:
runs-on: ubuntu-22.04

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.sha }}-${{
matrix.os }}-${{ matrix.python-version }}
cancel-in-progress: true
steps:
- name: Checks-out repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
Expand Down

0 comments on commit dd494b6

Please sign in to comment.