Skip to content

Commit

Permalink
ci: cancel concurrent workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Sep 16, 2023
1 parent d67a3be commit d74aca2
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: ci

on: [push, pull_request]

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

jobs:
test:
timeout-minutes: 5
Expand Down

0 comments on commit d74aca2

Please sign in to comment.