Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
trying
  • Loading branch information
ahmed-irfan authored Oct 3, 2023
1 parent 4b2d5ce commit 8cbb288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
build:
if: github.ref != 'refs/heads/per-thread-state'
strategy:
matrix:
os: [ubuntu-latest]
Expand All @@ -22,6 +21,8 @@ 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'

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 8cbb288

Please sign in to comment.