We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4972dda commit f90fb62Copy full SHA for f90fb62
.github/workflows/ci.yml
@@ -22,7 +22,6 @@ permissions:
22
23
jobs:
24
setup:
25
- if: "!contains(github.event.pull_request.title, 'release: version packages')"
26
name: Setup & Code Quality
27
runs-on: ubuntu-latest
28
timeout-minutes: 10
@@ -62,7 +61,6 @@ jobs:
62
61
run: yarn types
63
64
build-and-test:
65
66
name: Build & Test
67
needs: setup
68
0 commit comments