Skip to content

Commit

Permalink
add concurrency for docs action back
Browse files Browse the repository at this point in the history
  • Loading branch information
oameye committed Apr 18, 2024
1 parent 9c5a807 commit 91791c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ on:
tags: '*'
pull_request:

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}

jobs:
build:
permissions:
Expand Down

0 comments on commit 91791c6

Please sign in to comment.