Skip to content

Commit

Permalink
Cancel inflight builds
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Oct 6, 2023
1 parent d31304d commit a2c5e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:

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

strategy:
matrix:
go-version: [1.21.x]
Expand Down

0 comments on commit a2c5e5f

Please sign in to comment.