Skip to content

Commit

Permalink
Allow interrupt in progress pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michmzr committed Jun 6, 2023
1 parent 59f14d4 commit cce9170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: PocketStats CI

on: [push, pull_request]

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

jobs:
tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cce9170

Please sign in to comment.