Skip to content

Commit

Permalink
Merge 3e2f4db into d593125
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert authored Dec 28, 2021
2 parents d593125 + 3e2f4db commit 95eefe7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
name: R-CMD-check

concurrency:
group: ${{ github.action }}-${{ github.event_path }}
group: r-cmd-check-${{ github.head_ref }}
cancel-in-progress: true


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
name: test-coverage

concurrency:
group: ${{ github.action }}-${{ github.event_path }}
group: ${{ github.head_ref }}
cancel-in-progress: true


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/touchstone-comment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Continuous Benchmarks (Comment)

concurrency:
group: ${{ github.action }}-${{ github.event_path }}
group: touchstone-comment-${{ github.head_ref }}
cancel-in-progress: true

# read-write repo token
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/touchstone-receive.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Continuous Benchmarks (Receive)
concurrency:
group: ${{ github.action }}-${{ github.event_path }}
group: touchstone-receive-${{ github.head_ref }}
cancel-in-progress: true

on: pull_request
Expand Down

0 comments on commit 95eefe7

Please sign in to comment.