Skip to content

Update how github job id is fetched #2265

Update how github job id is fetched

Update how github job id is fetched #2265

Workflow file for this run

name: On PR
on:
workflow_dispatch:
inputs:
mlir_override:
description: 'Git SHA of commit in tenstorrent/tt-mlir'
required: false
type: string
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.mlir_override }}
cancel-in-progress: true
jobs:
spdx:
uses: ./.github/workflows/spdx.yml
secrets: inherit
pre-commit:
uses: ./.github/workflows/pre-commit.yml
secrets: inherit
docker-build:
uses: ./.github/workflows/build-and-test.yml

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

View workflow run for this annotation

GitHub Actions / .github/workflows/on-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/on-pr.yml" -> "./.github/workflows/build-and-test.yml" : the `uses' attribute must be a path, a Docker image, or owner/repo@ref
secrets: inherit
with:
test_mark: 'push'
test_group_cnt: 2
test_group_ids: '[1,2]'
mlir_override: ${{ inputs.mlir_override }}