Skip to content

Commit

Permalink
ci: Update concurrency control
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Sep 14, 2024
1 parent 9d093c1 commit e41bb8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frag-publish-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

concurrency:
group: docs-deploy
cancel-in-progress: true
cancel-in-progress: false

env:
# renovate: datasource=python-version depName=python versioning=python
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
frag-publish-mkdocs:
permissions:
Expand Down

0 comments on commit e41bb8a

Please sign in to comment.