Skip to content

ci²

ci² #5

Workflow file for this run

name: ci-squared
run-name: ci²
on:
pull_request:
paths:
- .github/workflows/ci-squared.yml
concurrency:
group: ${{ github.event.pull_request.head.ref }}
cancel-in-progress: true
jobs:
deploy-test:

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

View workflow run for this annotation

GitHub Actions / ci-squared

Invalid workflow file

The workflow is not valid. .github/workflows/ci-squared.yml (Line: 14, Col: 3): Error calling workflow 'pkgxdev/pantry/.github/workflows/pkger.yml@2d1b1d7ae606cc45e704d252b1163b4f536d9ce3'. The nested job 'complain' is requesting 'issues: write', but is only allowed 'issues: none'.
strategy:
matrix:
platform:
- os: [self-hosted, macOS, X64]
test-os: [macos-11, macos-12]
- os: [self-hosted, macOS, ARM64]
- os: [self-hosted, linux, ARM64]
- os: {group: "linux-x86-64"}
test-os: [self-hosted, linux, ARM64]
container: debian:buster-slim
uses: ./.github/workflows/pkger.yml
with:
platform: ${{ matrix.platform }}
project: openssl.org