Skip to content

Commit

Permalink
Add concurrency to disallow concurrent runs
Browse files Browse the repository at this point in the history
  • Loading branch information
janssen-tiobe authored Sep 29, 2023
1 parent 5ae5396 commit e194aa5
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
@@ -1,8 +1,12 @@
name: Build

on:
push:
branches:
- main

concurrency: build.yml

jobs:
build:
name: build
Expand Down

0 comments on commit e194aa5

Please sign in to comment.