Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
try 2
  • Loading branch information
ahmed-irfan authored Oct 3, 2023
1 parent 8cbb288 commit ff2a84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: ${{ matrix.os }}|${{ matrix.mode }}|${{ matrix.config-opt }}|${{ matrix.env }}
runs-on: ${{ matrix.os }}

if: github.ref != 'refs/heads/per-thread-state' || ${{ matrix.config-opt }} != '--enable-mcsat'
if: github.ref != 'refs/heads/per-thread-state' || matrix.config-opt != '--enable-mcsat'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ff2a84e

Please sign in to comment.