Skip to content

Commit

Permalink
try needs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierSegoviaCordoba committed Dec 24, 2021
1 parent 273488d commit 440f16c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-kotlin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ jobs:
runs-on: 'macos-latest'

if: |
always() &&
(needs.*.result == 'success' || needs.*.result == 'skipped') &&
!cancelled() && !failure() &&
(((inputs.allow-github-actor-bots == true) || (!contains(github.actor, '[bot]'))) && ((github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) && (inputs.publish-snapshot == true))
env:
Expand Down

0 comments on commit 440f16c

Please sign in to comment.