Skip to content

Commit

Permalink
update CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Nov 3, 2020
1 parent 3bea316 commit aa0387a
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 @@ -7,9 +7,9 @@ on:
- pull_request:
jobs:
test:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit aa0387a

Please sign in to comment.