Skip to content

Commit b6714ea

Browse files
committed
test_sbt
1 parent 3596184 commit b6714ea

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -192,16 +192,6 @@ jobs:
192192
- ${{ github.workspace }}/../../cache/sbt:/root/.sbt
193193
- ${{ github.workspace }}/../../cache/ivy:/root/.ivy2/cache
194194
- ${{ 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-
)"
205195

206196
steps:
207197
- name: Checkout cleanup script

0 commit comments

Comments
 (0)