Skip to content

Commit

Permalink
ci(macos): change condition for macOS CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
arxanas committed Oct 9, 2024
1 parent 86585f7 commit dea8a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:

jobs:
run-tests:
if: startsWith(github.head_ref, 'ci-') || github.head_ref == ''
if: contains(github.head_ref, 'macos') || github.head_ref == ''
runs-on: macos-latest

steps:
Expand Down

0 comments on commit dea8a3f

Please sign in to comment.