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 3596184 commit b6714eaCopy full SHA for b6714ea
.github/workflows/ci.yaml
@@ -192,16 +192,6 @@ jobs:
192
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
193
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
194
- ${{ github.workspace }}/../../cache/general:/root/.cache
195
- if: "github.event_name == 'schedule'
196
- || (
197
- github.event_name == 'push'
198
- && startsWith(github.event.ref, 'refs/tags/')
199
- )
200
201
- github.event_name == 'pull_request'
202
- && !contains(github.event.pull_request.body, '[skip ci]')
203
- && contains(github.event.pull_request.body, '[test_sbt]')
204
- )"
205
206
steps:
207
- name: Checkout cleanup script
0 commit comments