Skip to content

Commit f2ef824

Browse files
author
Anand
committed
ci
1 parent 2c39f85 commit f2ef824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
fail-fast: false
2929
continue-on-error: true
3030
runs-on: ${{ matrix.os }}-latest
31-
if: matrix.os == 'ubuntu' || (matrix.os == 'macos' && matrix.intel == false)
3231
steps:
32+
if: matrix.os == 'ubuntu' || (matrix.os == 'macos' && matrix.intel == false)
3333
- name: Clone
3434
uses: actions/checkout@v3
3535

0 commit comments

Comments
 (0)