Skip to content

Commit

Permalink
CI: disable concurrent workflows (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Nov 24, 2022
1 parent 51a0d7f commit 53457e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ env:
PACKAGE_NAMESPACE: 'ansys_sphinx_theme'
DOCUMENTATION_CNAME: 'sphinxdocs.ansys.com'

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

jobs:

code-style:
Expand Down

0 comments on commit 53457e9

Please sign in to comment.