Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Apr 5, 2024
1 parent 9e18212 commit dacbcee
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 @@ -19,7 +19,7 @@ jobs:
concurrent_skipping: 'same_content_newer'
test:
needs: pre_job
if: ${{ needs.pre_job.outputs.should_skip != 'true' && "!contains(github.event.head_commit.message, 'skip ci')" }}$
if: ${{ needs.pre_job.outputs.should_skip != 'true' && !contains(github.event.head_commit.message, 'skip ci') }}$
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ matrix.julia-threads }} thread(s) - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.version == 'nightly' }}
Expand Down

0 comments on commit dacbcee

Please sign in to comment.