Skip to content

Commit 10192a2

Browse files
committed
chore: Rename release.yml to draft.yml.
Release is used for actual releases.
1 parent 6bd2b33 commit 10192a2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: draft
22

33
on:
44
push:
@@ -7,6 +7,11 @@ on:
77
branches: [master]
88
types: [opened, reopened, synchronize]
99

10+
# Cancel old builds when pushing new commits.
11+
concurrency:
12+
group: draft-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: true
14+
1015
jobs:
1116
release:
1217
uses: TokTok/ci-tools/.github/workflows/release-drafter.yml@master

0 commit comments

Comments
 (0)