Skip to content

Commit 8e74641

Browse files
refactor(ci): rename workflows
1 parent 627f9bb commit 8e74641

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: CI
1+
name: Pull Request
22

33
on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

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

1111
permissions:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: Release
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
- 'v*'
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.repository }}
12+
group: ${{ github.workflow }}
1313
cancel-in-progress: false
1414

1515
permissions:

0 commit comments

Comments
 (0)