Skip to content

Commit efbc5de

Browse files
authored
Update pr.yml
1 parent 087907f commit efbc5de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
paths-ignore:
66
- 'docs/**'
77
- '*.md'
8+
workflow_dispatch:
9+
810
env:
911
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
1012

1113
# Cancel any current or previous job from the same PR
1214
concurrency:
13-
group: ${{ github.head_ref }}
15+
group: ${{ format('{0}-', github.head_ref) }}
1416
cancel-in-progress: true
1517

1618
jobs:

0 commit comments

Comments
 (0)