Skip to content

Commit

Permalink
Merge pull request romanz#449 from SlugFiller/ci-concurrency
Browse files Browse the repository at this point in the history
Add concurrency tag to CI
  • Loading branch information
romanz authored Sep 15, 2023
2 parents 9345f28 + de6dec3 commit 135e2f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Build

on: [push, pull_request]

concurrency:
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}
cancel-in-progress: true

jobs:
build:

Expand Down

0 comments on commit 135e2f5

Please sign in to comment.