Skip to content

Commit

Permalink
fix concurrency group for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 2, 2024
1 parent 4e71570 commit d04bd09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
run:
shell: bash -el {0}
concurrency:
group: test-${{github.ref}}
group: doc-${{github.ref}}
cancel-in-progress: true
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion lkdev/workflows/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def workflow():
},
},
"concurrency": {
"group": "test-${{github.ref}}",
"group": "doc-${{github.ref}}",
"cancel-in-progress": True,
},
"jobs": {
Expand Down

0 comments on commit d04bd09

Please sign in to comment.