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 adf728b commit a1c67fcCopy full SHA for a1c67fc
.github/workflows/ci.yml
@@ -73,12 +73,6 @@ jobs:
73
74
mima:
75
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'
82
83
publish:
84
name: Publish release
0 commit comments