Skip to content

Removed all references to legate-gh-ci #2

Removed all references to legate-gh-ci

Removed all references to legate-gh-ci #2

Workflow file for this run

name: Build and test conda release package
concurrency:
group: ${{ startsWith(github.ref_name, 'main') && format('unique-{0}', github.run_id) || format('ci-build-and-test-on-{0}-from-{1}', github.event_name, github.ref_name) }}
cancel-in-progress: true
on:
push:
branches:
- "pull-request/[0-9]+"
- "main"
jobs:
build-and-test:
name: Build and test (${{ matrix.platform }}, ${{ matrix.target-device }}, ${{ matrix.build-mode }})
strategy:
fail-fast: false
matrix:
platform:
- linux-x64
target-device:
- gpu
build-mode:
- release
upload-enabled:
- false
uses:
./.github/workflows/gh-build-and-test.yml

Check failure on line 28 in .github/workflows/ci-gh.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-gh.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-gh.yml" -> "./.github/workflows/gh-build-and-test.yml" (source branch with sha:e132734be40f6e46a2f28ba0fc1de25755b1cdd9) : invalid value workflow reference: no version specified
with:
platform: ${{ matrix.platform }}
target-device: ${{ matrix.target-device }}
build-mode: ${{ matrix.build-mode }}
build-type: release
upload-enabled: ${{ matrix.upload-enabled }}
secrets: inherit