Skip to content

Commit

Permalink
[CI] Cancel redundant jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Feb 18, 2022
1 parent cb22d25 commit e13b7bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ on:
branches:
- main

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

jobs:
ubuntu-multiple-pythons:
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e13b7bb

Please sign in to comment.