Browse Source

Merge pull request #474 from provokateurin/fix/publish-workflow-concurrency

ci: Fix publish workflow concurrency
pull/475/head
Kate 1 year ago committed by GitHub
parent
commit
5bbff309eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/publish.yaml

4
.github/workflows/publish.yaml

@ -5,6 +5,10 @@ on:
branches: branches:
- main - main
concurrency:
group: publish
cancel-in-progress: true
env: env:
PUB_CACHE: ~/.pub-cache PUB_CACHE: ~/.pub-cache

Loading…
Cancel
Save