Skip to content

Commit

Permalink
Merge c41ce69 into 37a9769
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro authored May 2, 2022
2 parents 37a9769 + c41ce69 commit 9e8136d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ env:
ROOT_REDIRECT: latest # https://tardis-sn.github.io/tardis/latest

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

defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '*'

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

env:
Expand Down

0 comments on commit 9e8136d

Please sign in to comment.