Skip to content

Commit

Permalink
Update ci_workflows.yml
Browse files Browse the repository at this point in the history
to cancel duplicates
  • Loading branch information
pllim authored Aug 18, 2023
1 parent ab754db commit d95766d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
pull_request:

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

jobs:
tests:
name: ${{ matrix.name }} [ ${{ matrix.os }} ]
Expand Down

0 comments on commit d95766d

Please sign in to comment.