Skip to content

Commit e11c8bd

Browse files
authored
Merge pull request #9 from Rindrics/tagpr
2 parents bbfce93 + 6272ad9 commit e11c8bd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tagpr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
contents: write
1011
pull-requests: write
1112

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: false
16+
1217
jobs:
1318
tagpr:
1419
name: Tag and Release PR
1520
runs-on: ubuntu-latest
21+
timeout-minutes: 10
1622
outputs:
1723
tagpr-tag: ${{ steps.tagpr.outputs.tag }}
1824
steps:

0 commit comments

Comments
 (0)