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.
2 parents 396d997 + d148847 commit 4d48c9cCopy full SHA for 4d48c9c
1 file changed
.github/workflows/test-and-release.yml
@@ -35,6 +35,7 @@ jobs:
35
36
# Runs adapter tests on all supported node versions and OSes
37
adapter-tests:
38
+ needs: [check-and-lint]
39
if: contains(github.event.head_commit.message, '[skip ci]') == false
40
41
runs-on: ${{ matrix.os }}
0 commit comments