Skip to content

Commit 460e394

Browse files
committed
Simplify mima config
1 parent f596e3c commit 460e394

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ jobs:
2121

2222
mima:
2323
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'
3024
with:
3125
java-opts: '-Xmx3000M -Dsbt.task.timings=true'
3226

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ lowered.hnir
3131
.metals/
3232
metals.sbt
3333

34-
.bsp
34+
.bsp
35+
.cursor

0 commit comments

Comments
 (0)