commit 2fb164e15fbd61a7dcef6854040104ff66944206 parent 0934fc170a935559e7e413a5e024561d780e9d3a Author: Eric Scouten <scouten@adobe.com> Date: Fri, 15 Jul 2022 09:30:19 -0700 (IGNORE) Disallow overlapping publish runs (#78) Diffstat:
| M | .github/workflows/publish.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml @@ -5,6 +5,7 @@ on: jobs: publish: + concurrency: publish-mutex runs-on: ubuntu-latest steps: