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 f596e3c commit 460e394Copy full SHA for 460e394
.github/workflows/ci.yml
@@ -21,12 +21,6 @@ jobs:
21
22
mima:
23
uses: softwaremill/github-actions-workflows/.github/workflows/mima.yml@main
24
- # run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
25
- # do not run on internal, non-steward PRs since those will be run by push to branch
26
- if: |
27
- github.event_name == 'push' ||
28
- github.event.pull_request.head.repo.full_name != github.repository ||
29
- github.event.pull_request.user.login == 'softwaremill-ci'
30
with:
31
java-opts: '-Xmx3000M -Dsbt.task.timings=true'
32
.gitignore
@@ -31,4 +31,5 @@ lowered.hnir
.metals/
metals.sbt
33
34
-.bsp
+.bsp
35
+.cursor
0 commit comments