Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jun 6, 2024
1 parent 7dc6fab commit b2b6ab3
Show file tree
Hide file tree
Showing 3 changed files with 1,911 additions and 123 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/pixi-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,7 @@ on:
- main

jobs:
check_skip:
runs-on: ubuntu-latest
outputs:
skip: ${{ steps.result_step.outputs.ci-skip }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- id: result_step
uses: mstachniuk/ci-skip@master
with:
commit-filter: '[skip ci];[ci skip];[skip github]'
commit-filter-separator: ';'

build:
needs: check_skip
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest, macos-12]
Expand Down
Loading

0 comments on commit b2b6ab3

Please sign in to comment.