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.
test_sbt
1 parent a20276a commit 6c11548Copy full SHA for 6c11548
.github/workflows/ci.yaml
@@ -241,14 +241,11 @@ jobs:
241
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
242
- ${{ github.workspace }}/../../cache/general:/root/.cache
243
if: "github.event_name == 'schedule' && github.repository == 'lampepfl/dotty'
244
- || (
245
- github.event_name == 'push'
246
- && startsWith(github.event.ref, 'refs/tags/')
247
- )
+ || github.event_name == 'push'
248
|| (
249
github.event_name == 'pull_request'
250
&& !contains(github.event.pull_request.body, '[skip ci]')
251
- && contains(github.event.pull_request.body, '[test_sbt]')
+ && !contains(github.event.pull_request.body, '[skip test_sbt]')
252
)"
253
254
steps:
0 commit comments