Skip to content

Commit

Permalink
disable m1 for snapshots (#19865)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrauner-da authored Aug 30, 2024
1 parent 52bf6fe commit 941e64d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
demands: assignment -equals ${{parameters.assignment}}
condition: and(succeeded(),
or(eq('${{parameters.name}}', 'macos'),
or(eq(variables['Build.SourceBranchName'], 'main'),
eq(variables['Build.SourceBranchName'], 'main-2.x'))))
and(or(eq(variables['Build.SourceBranchName'], 'main'),
eq(variables['Build.SourceBranchName'], 'main-2.x')),
not(dependencies.check_for_release.outputs['out.is_release']))))
variables:
- name: release_sha
value: $[ dependencies.check_for_release.outputs['out.release_sha'] ]
Expand Down

0 comments on commit 941e64d

Please sign in to comment.