Skip to content

Commit

Permalink
Adding concurrency to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jun 16, 2021
1 parent f7dd894 commit ad38395
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
pull_request:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.number || github.sha }}
cancel-in-progress: true

jobs:
test_suites_linux:
name: Test Suites - Linux
Expand Down

0 comments on commit ad38395

Please sign in to comment.