Skip to content

Commit a1c67fc

Browse files
committed
Simplify mima config
1 parent adf728b commit a1c67fc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

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

7474
mima:
7575
uses: softwaremill/github-actions-workflows/.github/workflows/mima.yml@main
76-
# run on 1) push, 2) external PRs, 3) softwaremill-ci PRs
77-
# do not run on internal, non-steward PRs since those will be run by push to branch
78-
if: |
79-
github.event_name == 'push' ||
80-
github.event.pull_request.head.repo.full_name != github.repository ||
81-
github.event.pull_request.user.login == 'softwaremill-ci'
8276

8377
publish:
8478
name: Publish release

0 commit comments

Comments
 (0)