Skip to content

Commit 8afddd6

Browse files
committed
Update auto-tag workflow: Remove "Sync Development" from job name
1 parent b13d554 commit 8afddd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717

1818
jobs:
1919
create-tag:
20-
name: Create Tag and Sync Development
20+
name: Create Tag
2121
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
2222
runs-on: ubuntu-latest
2323
timeout-minutes: 10

0 commit comments

Comments
 (0)