Skip to content

Commit 9051103

Browse files
committed
ci: do not defer nightly releases until after fixtures run
1 parent aa54696 commit 9051103

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: ci
22

33
on:
44
push:
@@ -155,10 +155,7 @@ jobs:
155155
!startsWith(github.event.head_commit.message, 'chore') &&
156156
!startsWith(github.event.head_commit.message, 'docs')
157157
needs:
158-
- lint
159158
- build
160-
- test-fixtures
161-
- test-unit
162159
runs-on: ubuntu-latest
163160

164161
steps:

0 commit comments

Comments
 (0)