2023-12-13 13:42:25 +03:00
|
|
|
name: ci-squared
|
|
|
|
run-name: ci²
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- .github/workflows/pkg.yml
|
|
|
|
- .github/workflows/pkg-for-platform.yml
|
|
|
|
- .github/workflows/ci-squared.yml
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: pulls/${{ github.ref }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
ci:
|
|
|
|
name: ci²
|
|
|
|
uses: ./.github/workflows/pkg.yml
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
pkg:
|
|
|
|
- r-wos.org/gti
|
|
|
|
- github.com/ggerganov/llama.cpp # has platform restrictions
|
2023-12-13 19:47:32 +03:00
|
|
|
permissions:
|
|
|
|
issues: write
|
2023-12-13 13:42:25 +03:00
|
|
|
with:
|
|
|
|
pkg: ${{ matrix.pkg }}
|
|
|
|
dry-run: true
|
|
|
|
secrets: inherit
|