Skip to content

Commit

Permalink
Add workflow concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Sep 2, 2021
1 parent 0d60ec8 commit 55a5b4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

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

jobs:
build:
name: ${{ matrix.friendlyName }} ${{ matrix.arch }}
Expand Down Expand Up @@ -52,4 +56,4 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ github.token }}

0 comments on commit 55a5b4b

Please sign in to comment.