Skip to content

Commit

Permalink
fix concurrencies in actions (#68)
Browse files Browse the repository at this point in the history
* Update concurrencies
* Update gh-ci.yml
  • Loading branch information
IAlibay authored Oct 30, 2023
1 parent dacecce commit 5cde331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- master

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

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- "master"

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

jobs:
Expand Down

0 comments on commit 5cde331

Please sign in to comment.