We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06bd79c commit 8788a9dCopy full SHA for 8788a9d
1 file changed
.github/workflows/test-and-release.yml
@@ -36,6 +36,7 @@ jobs:
36
37
# Runs adapter tests on all supported node versions and OSes
38
adapter-tests:
39
+ needs: [check-and-lint]
40
if: contains(github.event.head_commit.message, '[skip ci]') == false
41
42
runs-on: ${{ matrix.os }}
0 commit comments