Skip to content

Commit

Permalink
ci: concurrency control for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 committed Mar 31, 2024
1 parent 79a9f26 commit f2adb12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: documentation

on: [push, pull_request, workflow_dispatch]

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

permissions:
contents: write

Expand Down

0 comments on commit f2adb12

Please sign in to comment.