Skip to content

Commit

Permalink
cancelability
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed May 9, 2024
1 parent 0f69af1 commit 1c6d657
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Build

on: [push, pull_request]


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

jobs:
build:
name: Compile on ${{ matrix.os }}
Expand Down

0 comments on commit 1c6d657

Please sign in to comment.