Skip to content

Commit a4e59ce

Browse files
committed
Merge branch 'master' of github.com:MDAnalysis/MDAnalysisData
2 parents c9fd68c + 5cde331 commit a4e59ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66

77
concurrency:
8-
group: "${{ github.ref }}-${{ github.head_ref }}"
8+
group: "${{ github.workflow }}-${{ github.ref }}"
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/gh-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- "master"
1313

1414
concurrency:
15-
group: "${{ github.ref }}-${{ github.head_ref }}"
15+
group: "${{ github.workflow }}-${{ github.ref }}"
1616
cancel-in-progress: true
1717

1818
jobs:

0 commit comments

Comments
 (0)