Skip to content

Commit 2eb2d1d

Browse files
committed
Don't run checks on release to be able to iterate faster if release configuration is wrong for some reason
1 parent 49b98fb commit 2eb2d1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
- '*'
66

77
jobs:
8-
checks:
9-
uses: ./.github/workflows/run-checks.yml
10-
118
publish:
12-
needs: [ checks ]
139
uses: ./.github/workflows/publish-release.yml
1410
secrets: inherit

0 commit comments

Comments
 (0)