Skip to content

Commit

Permalink
Add Concurrenty Limit in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 18, 2022
1 parent 6982fae commit 9132ee2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -2,6 +2,13 @@ name: Test

on: [push, pull_request]

concurrency:
group: >-
${{ github.workflow }}-
${{ github.ref_type }}-
${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true

jobs:
test:
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 9132ee2

Please sign in to comment.