Skip to content

Commit 393badc

Browse files
committed
ci: clean up naming
1 parent 6615f13 commit 393badc

File tree

2 files changed

+4
-7
lines changed

2 files changed

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

33
on:
44
push:
@@ -117,10 +117,10 @@ jobs:
117117
group: integration-merge
118118
cancel-in-progress: true
119119
needs:
120-
- build-pull
121120
- check-lint
122121
- check-build
123122
- check-test
123+
- build-pull
124124
if: github.ref == 'refs/heads/staging'
125125
steps:
126126
- uses: actions/checkout@v4

.github/workflows/release.yml

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

33
on:
44
push:
@@ -97,9 +97,7 @@ jobs:
9797
- check-lint
9898
- check-build
9999
- check-test
100-
if: >
101-
startsWith(github.ref, 'refs/tags/v') &&
102-
contains(github.ref, '-')
100+
if: contains(github.ref, '-')
103101
steps:
104102
- uses: actions/checkout@v4
105103
- name: Run deployment
@@ -123,7 +121,6 @@ jobs:
123121
- check-build
124122
- check-test
125123
if: >
126-
startsWith(github.ref, 'refs/tags/v') &&
127124
!contains(github.ref, '-')
128125
steps:
129126
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)