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 2009c4f commit 080a54cCopy full SHA for 080a54c
.github/workflows/ci.yml
@@ -85,6 +85,7 @@ jobs:
85
run: ./gradlew clean build -Pselenium.version=$latest_snapshot
86
87
e2e:
88
+ needs: [build]
89
if: github.event_name == 'pull_request'
90
91
strategy:
0 commit comments