Skip to content

Commit

Permalink
add concurrency to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 6, 2022
1 parent e246a59 commit 3ac73fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ name: docs

on:
push:
branches:
- master
branches: [master]
workflow_dispatch:
pull_request:
branches:
- master
branches: [master]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
Build_docs:
Expand Down

0 comments on commit 3ac73fe

Please sign in to comment.