Skip to content

ci²

ci² #144

Workflow file for this run

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
with:

Check failure on line 25 in .github/workflows/ci-squared.yml

View workflow run for this annotation

GitHub Actions / ci-squared

Invalid workflow file

The workflow is not valid. pkgxdev/pantry/.github/workflows/pkg.yml@fe4a97dc491bb440d4f8a9e8e61384b89bc76448 (Line: 25, Col: 3): Error calling workflow 'pkgxdev/pantry/.github/workflows/pkg-platform.yml@fe4a97dc491bb440d4f8a9e8e61384b89bc76448'. The nested job 'complain' is requesting 'issues: write', but is only allowed 'issues: none'.
pkg: ${{ matrix.pkg }}
dry-run: true
secrets: inherit