Skip to content

Commit

Permalink
Merge pull request #154 from opengisch/3nids-patch-1
Browse files Browse the repository at this point in the history
use concurrency to avoid multiple workflow running at once
  • Loading branch information
Guts committed Sep 21, 2022
2 parents e5eb4ae + 2967fcb commit 3751cc3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Run tests and release

# run this workflow only one at a time
concurrency: testing_environment

on:
push:
tags: "*"
Expand Down

0 comments on commit 3751cc3

Please sign in to comment.