Commit 548637b
authored
Allow publishing releases without macos-tests (#4853)
This PR allows bypassing the `macos-test` CI job to publish new K
releases.
The release workflow started failing in the `macos-build` job as of this
PR:
#4850
The failure seems unrelated to the changes introduced by the PR and
looks more like a flakiness issue in the CI due to non-deterministic
dependency resolution.
A follow-up PR fixed the `macos-build` job:
#4851
Unfortunately, the workflow is now failing in the `macos-test` job.
#4852 is an attempt to
debug and fix the tests.
The inability to publish new K-releases is currently blocking important
updates on Simbolik.1 parent 5e6300b commit 548637b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
514 | | - | |
| 514 | + | |
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| |||
0 commit comments