Skip to content

Commit

Permalink
test workflow concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 15, 2021
1 parent 53febd2 commit b1f643a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

name: GeoNode Client CI (build)

concurrency:
group: "client_build"
cancel-in-progress: true
# Controls when the workflow will run
on:
# Triggers the workflow on push events but only for the master branch
Expand Down

0 comments on commit b1f643a

Please sign in to comment.