Skip to content

Commit

Permalink
cancel redundant Documenter workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Jun 29, 2021
1 parent 87bf22d commit 9415cf3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ on:
- '.github/workflows/TagBot.yml'
workflow_dispatch:

# Cancel redundant CI tests automatically
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9415cf3

Please sign in to comment.