Skip to content

fix[next][dace]: make if_ always execute branch exclusively #4599

fix[next][dace]: make if_ always execute branch exclusively

fix[next][dace]: make if_ always execute branch exclusively #4599

name: "Fallback: Test Storage (CPU)"
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore: # Inverse of corresponding workflow
- "src/gt4py/storage/**"
- "src/gt4py/cartesian/backend/**" # For DaCe storages
- "tests/storage_tests/**"
- ".github/workflows/**"
- "*.lock"
- "*.toml"
- "*.yml"
jobs:
test-storage:
strategy:
matrix:
os: ["ubuntu-latest"]
python-version: ["3.10", "3.11"]
runs-on: ${{ matrix.os }}
steps:
- run: 'echo "No build required"'